summaryrefslogtreecommitdiff
path: root/src/modules/cs_enforce.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 01:00:20 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 01:00:20 +0000
commit2c9f2eb991467197762d39b6a7eaf688c55520b3 (patch)
tree860cfc08574d3bfc64029347ebd7d81633218762 /src/modules/cs_enforce.c
parent0717d63c75496d328ae19ff9482230a63d8fe624 (diff)
Audited all src/modules/* and deleted bs_fantasy_unban (it was obsoleted).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2051 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules/cs_enforce.c')
-rw-r--r--src/modules/cs_enforce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/cs_enforce.c b/src/modules/cs_enforce.c
index 55990e06a..8335b1758 100644
--- a/src/modules/cs_enforce.c
+++ b/src/modules/cs_enforce.c
@@ -192,7 +192,7 @@ class CommandCSEnforce : public Command
if (!what || !stricmp(what, "SET"))
{
this->DoSet(c);
- me->NoticeLang(s_ChanServ, u, LNG_CHAN_RESPONSE, what);
+ me->NoticeLang(s_ChanServ, u, LNG_CHAN_RESPONSE, what ? what : "SET");
}
else if (!stricmp(what, "MODES"))
{