ref: 2716869c69ae007306e1b2bacfc0bf7adbccb0fc
dir: /fns.h/
Request parseline(char*); Command* findcommand(char*); Command* findcommandn(int); void execrequest(Client*, Request); void clearrequest(Request); void reply(Client*, Reply, ...); void ircsend(Client*, Client*, Reply, ...); void ircerror(Client*, char*, ...); char *getreplies(Client*); void flushreplies(Client*); int Ifmt(Fmt *f); int Rfmt(Fmt *f); char *getversion(void); User* adduser(char*); void deluser(User*); User* finduser(char*); Client* addclient(ulong); Client* findclient(ulong); Client* findnick(char*); void delclient(Client*); IChan* joinchannel(Client*,char*); IChan* findchannel(char*); int userinchannel(IChan*,Client*);