diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 04:57:54 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 04:57:54 +0000 |
commit | a687b4d8fe751f00898e86a11829376fffd24958 (patch) | |
tree | c8cefb11912dd9d6a664e2d34e25387d26301f09 /src | |
parent | 9b4ff0ba5d363b6e1557666861932fa0ab527e7f (diff) |
- 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
Diffstat (limited to 'src')
-rw-r--r-- | src/commands.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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]; |