Changes in irc.c [e67e513:00fd005]
Legend:
- Unmodified
- Added
- Removed
-
irc.c
re67e513 r00fd005 363 363 if( irc->status & USTATUS_LOGGED_IN ) 364 364 { 365 irc_ rootmsg( irc, "Error: Charset mismatch detected. The charset "365 irc_usermsg( irc, "Error: Charset mismatch detected. The charset " 366 366 "setting is currently set to %s, so please make " 367 367 "sure your IRC client will send and accept text in " … … 767 767 irc->root->last_channel = irc->default_channel; 768 768 769 irc_ rootmsg( irc,769 irc_usermsg( irc, 770 770 "Welcome to the BitlBee gateway!\n\n" 771 771 "If you've never used BitlBee before, please do read the help " … … 910 910 g_free( test ); 911 911 g_iconv_close( oc ); 912 irc_ rootmsg( irc, "Unsupported character set: The IRC protocol "912 irc_usermsg( irc, "Unsupported character set: The IRC protocol " 913 913 "only supports 8-bit character sets." ); 914 914 return NULL; … … 941 941 GSList *l; 942 942 943 irc_ rootmsg( irc, "Setting `%s' is obsolete, use the `show_users' "943 irc_usermsg( irc, "Setting `%s' is obsolete, use the `show_users' " 944 944 "channel setting instead.", set->key ); 945 945
Note: See TracChangeset
for help on using the changeset viewer.