diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-11-02 17:42:52 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-11-02 17:42:52 +0000 |
commit | 2cfdc0869594a6e4f69b103cd321e52f24ad98ab (patch) | |
tree | 9db11734f18af5da87b6772aebbdbcaae16b533c /src/protocol/plexus.c | |
parent | 42db280b0f98dcfe5d5559b7c733f6997f22ecba (diff) |
Fixed bug #403
Fixed segfault on /os modload a non-existing file
git-svn-id: svn://svn.anope.org/anope/trunk@931 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@669 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus.c')
-rw-r--r-- | src/protocol/plexus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c index 0e16b2937..c13b0876f 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -696,7 +696,7 @@ moduleAddIRCDMsgs (void) { Message *m; - updateProtectDetails ("PROTECT", "PROTECTME", "!protect", "!deprotect", + updateProtectDetails ("PROTECT", "PROTECTME", "protect", "deprotect", "AUTOPROTECT", "+", "-"); m = createMessage ("401", anope_event_null); |