mirror of
https://github.com/anope/anope.git
synced 2026-07-10 21:23:13 +02:00
Remove protectbotserv option from modes, just use options:botmodes instead
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2782 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-5
@@ -204,16 +204,12 @@ class CoreExport ChannelModeStatus : public ChannelMode
|
||||
/** Default constructor
|
||||
* @param mName The mode name
|
||||
* @param mSymbol The symbol for the mode, eg @ % +
|
||||
* @param mProtectBotServ Should botserv clients reset this on themself if it gets unset?
|
||||
*/
|
||||
ChannelModeStatus(ChannelModeName mName, char mSymbol, bool mProtectBotServ = false);
|
||||
ChannelModeStatus(ChannelModeName mName, char mSymbol);
|
||||
|
||||
/** Default destructor
|
||||
*/
|
||||
virtual ~ChannelModeStatus();
|
||||
|
||||
/* Should botserv protect itself with this mode? eg if someone -o's botserv it will +o */
|
||||
bool ProtectBotServ;
|
||||
};
|
||||
|
||||
/** Channel mode +b
|
||||
|
||||
Reference in New Issue
Block a user