From: w00t Date: Wed, 15 Feb 2006 04:57:54 +0000 (+0000) Subject: - Made some notes about potentially restructuring things a bit X-Git-Tag: v2.0.23~8871 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=a687b4d8fe751f00898e86a11829376fffd24958;p=user%2Fhenk%2Fcode%2Finspircd.git - Made some notes about potentially restructuring things a bit git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3217 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/commands.cpp b/src/commands.cpp index 4b376bbde..5cb5af2ad 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -111,6 +111,7 @@ void split_chlist(userrec* user, userrec* dest, std::string &cl) } } +/* XXX - perhaps this should be in cmd_whois? -- w00t */ void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long idle, char* nick) { // bug found by phidjit - were able to whois an incomplete connection if it had sent a NICK or USER @@ -179,6 +180,8 @@ void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long i } } + +/* XXX - these really belong in helperfuncs perhaps -- w00t */ bool is_uline(const char* server) { char ServName[MAXBUF];