implement User; include "user.m"; add(nick, host, gcos, vhost, ip: string) : ref User { } find(nick: string) : ref User { }