diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
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 |