Changeset d5bd9c0 for root_commands.c


Ignore:
Timestamp:
2008-02-28T22:39:37Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7bb3afb
Parents:
9186d15
Message:

My fix for semi-PEBKAC bug #353: Add a warning if someone seems to be using
the wrong command, and fixing "help nick" example to show how it should be
done now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r9186d15 rd5bd9c0  
    769769                else
    770770                        irc_usermsg( irc, "%s is empty", set_name );
     771
     772                if( strchr( set_name, '/' ) )
     773                        irc_usermsg( irc, "Warning: / found in setting name, you're probably looking for the `account set' command." );
    771774        }
    772775        else
Note: See TracChangeset for help on using the changeset viewer.