diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index ff6365d78..300c81aa7 100644 --- a/include/commands.h +++ b/include/commands.h @@ -30,7 +30,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); bool host_matches_everyone(const std::string &mask, userrec* user); bool ip_matches_everyone(const std::string &ip, userrec* user); bool nick_matches_everyone(const std::string &nick, userrec* user); |