]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_messageflood.cpp
Change m_redirect, m_joinflood and m_messageflood to put their modes in the correct...
[user/henk/code/inspircd.git] / src / modules / m_messageflood.cpp
2006-01-25 omChange m_redirect, m_joinflood and m_messageflood to...
2006-01-22 brainOr so i thought...
2006-01-22 brainFixed
2006-01-22 brainWas using OnUserPre* when i wanted to use OnUser*,...
2006-01-22 brainPut some stuff back that was NEEDED.
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-22 brainFixes to server kick (i hope)
2006-01-22 brainForgot NOTICE and PRIVMSG implements()
2006-01-22 brainAnd yae, the compiler sayeth to brain, fix thine warnin...
2006-01-22 brainFixed simple typos
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainMade '*' ban-specifier work
2006-01-22 brainFixed typos etc to make this compile now
2006-01-22 brainFixed 005 to be f not L
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...