aboutsummaryrefslogtreecommitdiffstats
path: root/irc.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 /irc.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 'irc.c')
-rw-r--r--irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index 01d4c47e..2b86aebb 100644
--- a/irc.c
+++ b/irc.c
@@ -325,7 +325,7 @@ void irc_process( irc_t *irc )
if( do_iconv( cs, "UTF-8", lines[i], conv, 0, IRC_MAX_LINE - 2 ) == -1 )
{
if( irc->status & USTATUS_LOGGED_IN )
- irc_usermsg( irc, "ERROR: Charset mismatch detected. The charset "
+ irc_usermsg( irc, "Error: Charset mismatch detected. The charset "
"setting is currently set to %s, so please make "
"sure your IRC client will send and accept text in "
"that charset, or tell BitlBee which charset to "