summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-09 14:48:14 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-09 14:48:14 +0000
commit2fddaaa4dbb63cbdb7b17a52ed50e67204cba272 (patch)
tree7d01ed28a65b801913fd593d61a017d89c139016 /include/commands.h
parent4d5738912ae8dfa7286393c3e86a2e7e2f16d17a (diff)
Added preliminary remote WHOIS
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2287 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index b1c5be45d..6690d16c0 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -91,4 +91,6 @@ bool is_uline(const char* server);
*/
long duration(const char* str);
+void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long idle, char* nick);
+
#endif