aboutsummaryrefslogtreecommitdiffstats
path: root/nick.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-01-06 12:37:55 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-01-06 12:37:55 +0000
commit434627083613f016d432462fce73f728dd77172e (patch)
treec5aec3136d3b5584db17faa71a309c7390e091ba /nick.c
parent46dca11bfad72bb9365b85b433f1e812733f31ec (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nick.c b/nick.c
index 4b05f4a7..52f9e5ad 100644
--- a/nick.c
+++ b/nick.c
@@ -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! "