From a687b4d8fe751f00898e86a11829376fffd24958 Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 15 Feb 2006 04:57:54 +0000 Subject: [PATCH] - 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 --- src/commands.cpp | 3 +++ 1 file changed, 3 insertions(+) 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]; -- 2.39.2