aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_monitor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-4/+4
| | | | GCCs warnings for this are much better than Clangs.
* m_monitor Add inline keyword to ↵Gravatar Attila Molnar2016-08-191-1/+2
| | | | IRCv3::Monitor::Manager::ExtItem::unserialize to fix static builds
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-2/+2
| | | | parameters
* Add m_monitor which implements the MONITOR command and notificationsGravatar Attila Molnar2016-01-061-0/+443