aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_modenotice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-2/+2
| | | | GCCs warnings for this are much better than Clangs.
* Access local user list via new UserManager::GetLocalUsers() and make ↵Gravatar Attila Molnar2014-07-191-1/+2
| | | | local_users private
* Move and rename typedef LocalUserList to UserManager::LocalListGravatar Attila Molnar2014-07-191-1/+1
|
* m_modenotice Use WriteNotice()Gravatar attilamolnar2013-09-111-2/+2
|
* Convert cmd_modenotice into an optional moduleGravatar attilamolnar2013-09-111-0/+71