summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands.cpp3
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];