aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_rmode.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. Gravatar Peter Powell2013-05-151-2/+2
* Add method for writing server notices.•••This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. Gravatar Peter Powell2013-05-141-4/+4
* Added RMODE command per suggestion #479Gravatar Daniel Vassdal2013-04-271-0/+129