Changeset 19ba56e


Ignore:
Timestamp:
2018-07-09T17:55:28Z (6 years ago)
Author:
dx <dx@…>
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)
Message:

show correct nick when rename -del is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    rc17d0af r19ba56e  
    819819
    820820        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]);
    822822        } else if (del) {
    823823                if (iu->bu) {
Note: See TracChangeset for help on using the changeset viewer.