summaryrefslogtreecommitdiff
path: root/src/modules/m_showfile.cpp
AgeCommit message (Collapse)Author
2016-03-30m_showfile Replace User::SendText() call with WriteCommand()Attila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵Attila Molnar
numerics to it
2014-11-01Add stdalgo::isin() and use it to simplify codeAttila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object ↵Attila Molnar
containing it
2014-03-24Add stdalgo::delete_all() that deletes all elements in a containerAttila Molnar
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar