diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-07-06 15:39:11 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-04 19:05:20 +0200 |
commit | 8c08130e19247f4a0798613ba6b931cd599115b6 (patch) | |
tree | fc26068109abc1719c8fb26bcf0f8fe22a19a13b /include/users.h | |
parent | 886f1ba488a5ab9d7fe4d7b4ac6b9c9dc2841738 (diff) |
Make cmd_whowas act like a module, remove special handling
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h index 102e7783f..b9807a158 100644 --- a/include/users.h +++ b/include/users.h @@ -485,10 +485,6 @@ class CoreExport User : public Extensible */ const std::string& MakeHostIP(); - /** Add the user to WHOWAS system - */ - void AddToWhoWas(); - /** Oper up the user using the given opertype. * This will also give the +o usermode. */ |