summaryrefslogtreecommitdiff
path: root/src/modules/m_rmode.cpp
AgeCommit message (Collapse)Author
2013-05-15Tidy up keywords on module methods.Peter Powell
- 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.
2013-05-14Add method for writing server notices.Peter Powell
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.
2013-04-27Added RMODE command per suggestion #479Daniel Vassdal