aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
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 "