aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_showfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* m_showfile Replace User::SendText() call with WriteCommand()Gravatar Attila Molnar2016-03-301-3/+4
|
* Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵Gravatar Attila Molnar2016-02-251-3/+3
| | | | numerics to it
* Add stdalgo::isin() and use it to simplify codeGravatar Attila Molnar2014-11-011-1/+1
|
* Change allocation of InspIRCd::Parser to be physically part of the object ↵Gravatar Attila Molnar2014-06-131-1/+1
| | | | containing it
* Add stdalgo::delete_all() that deletes all elements in a containerGravatar Attila Molnar2014-03-241-8/+2
|
* Add m_showfile, remove cmd_rulesGravatar Attila Molnar2013-12-181-0/+175