Make IRC message handler 'text' const.
authorMichael Poole <mdpoole@troilus.org>
Fri, 22 Sep 2006 01:35:03 +0000 (01:35 +0000)
committerMichael Poole <mdpoole@troilus.org>
Fri, 22 Sep 2006 01:35:03 +0000 (01:35 +0000)
commitfe0a9858249e52e8ea685eeb08026fccd6841b21
tree01f8854d5b7261a46247b47b4f110af91e694da6
parenta665c77b6177011b2fabdd3a37d2b942e46d4cc5
Make IRC message handler 'text' const.

src/chanserv.c (chanserv_ctcp_check): Make 'text' parameter const.

src/mod-helpserv.c (helpserv_usermsg): Likewise.
  (helpserv_botmsg): Likewise.

src/modcmd.c (svccmd_invoke): Likewise.
  (modcmd_privmsg): Likewise.
  (modcmd_chanmsg): Likewise.

src/modcmd.h (SVCMSG_HOOK): Likewise.

src/proto.h (chanmsg_func_t): Likewise.
  (privmsg_func_t): Likewise.
git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-34
ChangeLog
src/chanserv.c
src/mod-helpserv.c
src/modcmd.c
src/modcmd.h
src/proto.h