summaryrefslogtreecommitdiff
path: root/src/coremods/core_userhost.cpp
AgeCommit message (Collapse)Author
2016-02-25Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numericsAttila Molnar
Use them instead of the raw numbers
2016-02-25core_userhost Send numeric with User::WriteNumeric()Attila Molnar
2015-04-20Merge insp20Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-06-22core_userhost Show real host if the target is the same as the user doing the ↵Attila Molnar
/USERHOST
2014-06-22core_userhost Append data to the output in a saner wayAttila Molnar
2014-06-22core_userhost Do the HasPrivPermission() check only once, not once per nickAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar