mirror of
https://github.com/anope/anope.git
synced 2026-07-07 18:03:13 +02:00
Patch from Adam, reducing duplication in cs_modes. Untested.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2135 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1331,6 +1331,7 @@ void moduleAddIRCDMsgs() {
|
||||
Message *m;
|
||||
|
||||
updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+a","-a");
|
||||
updateOwnerDetails("OWNER", "DEOWNER", ircd->ownerset, ircd->ownerunset);
|
||||
|
||||
m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m);
|
||||
m = createMessage("AWAY", anope_event_away); addCoreMessage(IRCD,m);
|
||||
|
||||
Reference in New Issue
Block a user