summaryrefslogtreecommitdiff
path: root/src/commands/cmd_notice.cpp
AgeCommit message (Expand)Author
2008-05-05Calling wrong loopcall overloaded method, due to hasty search and replace ear...brain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-30Add support for nick@server requested by many. We are not likely to backport ...brain
2007-10-26Typobrain
2007-10-26Add new event for this with gauranteed delivery of message BEFORE the text is...brain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t