]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
WriteChannel* functions and ChanExceptSender* functions are now methods of chanrec...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 8 Aug 2006 14:17:35 +0000 (14:17 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 8 Aug 2006 14:17:35 +0000 (14:17 +0000)
commit6ab1d0dffb8084bf6a2ad8a446a3836fa3760c8a
treeb29d44792a86a243693034a83326c17b847ecfdc
parent903ba4e2ebf608737e1890cfa43c3e92a9ec2cf4
WriteChannel* functions and ChanExceptSender* functions are now methods of chanrec. They probably should be renamed too eventually.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4788 e03df62e-2008-0410-955e-edbf42e46eb7
19 files changed:
include/channels.h
include/globals.h
include/helperfuncs.h
include/modules.h
src/channels.cpp
src/cmd_notice.cpp
src/cmd_privmsg.cpp
src/cmd_topic.cpp
src/helperfuncs.cpp
src/mode.cpp
src/modules.cpp
src/modules/m_joinflood.cpp
src/modules/m_knock.cpp
src/modules/m_messageflood.cpp
src/modules/m_override.cpp
src/modules/m_remove.cpp
src/modules/m_spanningtree.cpp
src/modules/m_timedbans.cpp
src/modules/m_uninvite.cpp