From aeded4708c515bcc255b2947e67f076855fead14 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 19 Jan 2010 04:43:19 +0000 Subject: 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 --- include/users.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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(); -- cgit v1.2.3