diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-08 20:30:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-08 20:30:41 +0000 |
commit | 21deb54715b6937ac9d4de5e2c4c46fb1b38aa3a (patch) | |
tree | a14f287c3320575fcb1b7831cca0b49fc0a5aeb5 /include/modules.h | |
parent | 7de28b5b350c97562b4696aaa42a0a64a91d854d (diff) |
WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs in userrec)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4802 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/modules.h b/include/modules.h index 88fe81adc..f086188d0 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1333,12 +1333,6 @@ class Server : public Extensible */ virtual bool CommonChannels(userrec* u1, userrec* u2); - /** Sends a WALLOPS message. - * This method writes a WALLOPS message to all users with the +w flag, originating from the - * specified user. - */ - virtual void SendWallops(userrec* User, const std::string &text); - /** Returns true if a nick is valid. * Nicks for unregistered connections will return false. */ |