diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-01-06 12:37:55 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-01-06 12:37:55 +0000 |
commit | 434627083613f016d432462fce73f728dd77172e (patch) | |
tree | c5aec3136d3b5584db17faa71a309c7390e091ba /nick.c | |
parent | 46dca11bfad72bb9365b85b433f1e812733f31ec (diff) |
More consistency in error/warning errors. Until now "WARNING:" was usually
in upper case while "Error:" wasn't .... that doesn't really make sense.
Diffstat (limited to 'nick.c')
-rw-r--r-- | nick.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ void nick_dedupe( account_t *acc, const char *handle, char nick[MAX_NICK_LENGTH+ { int i; - irc_usermsg( acc->irc, "WARNING: Almost had an infinite loop in nick_get()! " + irc_usermsg( acc->irc, "Warning: Almost had an infinite loop in nick_get()! " "This used to be a fatal BitlBee bug, but we tried to fix it. " "This message should *never* appear anymore. " "If it does, please *do* send us a bug report! " |