summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-19 04:43:19 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-19 04:43:19 +0000
commitaeded4708c515bcc255b2947e67f076855fead14 (patch)
tree50726e059684c1af4325d777b4eccd86c319fa39 /include
parent0429d86a7afa7d5c1e27e48f27db0687d2688d87 (diff)
Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12301 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/users.h8
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();