diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-11 22:59:43 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-11 22:59:43 +0000 |
commit | 5a51984db1796220d1dfcaf2797940b1efc100df (patch) | |
tree | 6448a3fdae7b8d24f4721249b96723ee36a98a41 /src/protocol/plexus2.c | |
parent | b75abf9ba3c220d52033b866c15ef7e6f9c0a3b8 (diff) |
Added support for tracking permanent channels
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2807 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus2.c')
-rw-r--r-- | src/protocol/plexus2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/plexus2.c b/src/protocol/plexus2.c index 3c15e1c9b..bc1611911 100644 --- a/src/protocol/plexus2.c +++ b/src/protocol/plexus2.c @@ -1880,6 +1880,7 @@ AnopeInit (int argc, char **argv) pmodule_private_cmode (CMODE_p); pmodule_key_mode (CMODE_k); pmodule_limit_mode (CMODE_l); + pmodule_permchan_mode(0); moduleAddAnopeCmds (); moduleAddIRCDMsgs (); |