summaryrefslogtreecommitdiff
path: root/src/cmd_privmsg.cpp
AgeCommit message (Expand)Author
2006-02-05Fixes for (unlikely and theoretical) desync in TOPICbrain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-02-03Fix to event paramsbrain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-03Allow for NOTICE and PRIVMSG from outside chan with a remote clientbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-18Optimized out a strcmp for away messagebrain
2005-12-16Fixed LoopCall method callsbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain