summaryrefslogtreecommitdiff
path: root/src/coremods/core_info/cmd_time.cpp
AgeCommit message (Expand)Author
2019-01-28Fix not checking for server names case insensitively.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2016-03-29core_info Deduplicate code by inheriting some commands from ServerTargetCommandAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2014-06-25Add formatting to InspIRCd::TimeString; switch all code to use it.Peter Powell
2014-03-05Create the core_info moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar