summaryrefslogtreecommitdiff
path: root/src/cmd_away.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix to cmd_modules, we've added some event types since it was written, ↵Gravatar brain2006-02-051-0/+4
| | | | | | | | | could potentially overflow if issued when new ones used Made cmd_away compile again git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3096 e03df62e-2008-0410-955e-edbf42e46eb7
* Propogation of away messages across network (we dont bounce the numeric back ↵Gravatar brain2006-02-051-0/+2
| | | | | | for every privmsg like other ircds, we burst them and keep them synched by broadcasting AWAY) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3095 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated copyrights in headers etc using perl inplace editGravatar brain2006-01-151-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
* Optimized out a strlcpy hereGravatar brain2005-12-221-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2634 e03df62e-2008-0410-955e-edbf42e46eb7
* Include tidyups - brainGravatar brain2005-12-161-22/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2543 e03df62e-2008-0410-955e-edbf42e46eb7
* Split all commands into seperate files and redid command system to take ↵Gravatar brain2005-12-161-0/+79
classes, not function pointers (function pointers suck ass) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7