diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-11 00:07:53 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-11 00:07:53 +0000 |
commit | 87c8744724cc43ac8cd45b09967227514da064a0 (patch) | |
tree | 85f266009894ee86b208ecf105eb91491e7f2038 /src/modules/cs_enforce.c | |
parent | 6f9f2617e7af08f30177c9c8a7650b6df9abd9d6 (diff) |
Fixed compile errors within src/modules/*.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2001 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules/cs_enforce.c')
-rw-r--r-- | src/modules/cs_enforce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/cs_enforce.c b/src/modules/cs_enforce.c index ffdbb18d4..55990e06a 100644 --- a/src/modules/cs_enforce.c +++ b/src/modules/cs_enforce.c @@ -94,7 +94,7 @@ class CommandCSEnforce : public Command ChannelInfo *ci; int16 old_nojoin_level; char mask[BUFSIZE]; - char *reason; + const char *reason; const char *av[3]; User *u; @@ -136,7 +136,7 @@ class CommandCSEnforce : public Command struct c_userlist *next; ChannelInfo *ci; char mask[BUFSIZE]; - char *reason; + const char *reason; const char *av[3]; User *u; CBMode *cbm; |