diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/users.h b/include/users.h index 104b8f843..51230431a 100644 --- a/include/users.h +++ b/include/users.h @@ -704,14 +704,6 @@ class CoreExport User : public Extensible */ virtual ConnectClass* GetClass(); - /** Show the message of the day to this user - */ - void ShowMOTD(); - - /** Show the server RULES file to this user - */ - void ShowRULES(); - /** Default destructor */ virtual ~User(); |