Changeset 19ba56e
- Timestamp:
- 2018-07-09T17:55:28Z (6 years ago)
- Branches:
- master
- Children:
- ac8b4d9
- Parents:
- c17d0af
- git-author:
- arcnmx <arcnmx@…> (09-07-18 17:23:51)
- git-committer:
- dx <dx@…> (09-07-18 17:55:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
rc17d0af r19ba56e 819 819 820 820 if (iu == NULL) { 821 irc_rootmsg(irc, "Nick `%s' does not exist", cmd[ 1]);821 irc_rootmsg(irc, "Nick `%s' does not exist", cmd[del ? 2 : 1]); 822 822 } else if (del) { 823 823 if (iu->bu) {
Note: See TracChangeset
for help on using the changeset viewer.