1
0
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:
rburchell
2009-02-28 00:49:37 +00:00
parent 090107db5f
commit bd7f4f8c49
8 changed files with 32 additions and 65 deletions
+1
View File
@@ -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);