1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 16:43:13 +02:00

Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useless/bad.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2238 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-04-02 20:33:28 +00:00
parent e9e5ccc891
commit 93baed333f
10 changed files with 1 additions and 38 deletions
-3
View File
@@ -456,9 +456,6 @@ struct ircdvars_ {
const char *adminset; /* Mode to set for admin */
const char *adminunset; /* Mode to unset for admin */
const char *modeonreg; /* Mode on Register */
const char *rootmodeonid; /* Mode on ID for ROOTS */
const char *adminmodeonid; /* Mode on ID for ADMINS */
const char *opermodeonid; /* Mode on ID for OPERS */
const char *modeonunreg; /* Mode on Unregister */
const char *modeonnick; /* Mode on nick change */
int sgline; /* Supports SGline */