aboutsummaryrefslogtreecommitdiffstats
path: root/nick.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-10-20 23:00:54 -0400
committerWilmer van der Gaast <wilmer@gaast.net>2011-10-20 23:00:54 -0400
commit3864c0814cc3e86a8035d27558f6d66af836a5a3 (patch)
tree096e09b8961ef849f9a82b507012de94f99ea51d /nick.c
parent6a451817589df092ef5121bbe2c7156d2d01f669 (diff)
parentaea22cd1e0e955848c143a8fc36978391e9a4846 (diff)
Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.
Diffstat (limited to 'nick.c')
-rw-r--r--nick.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nick.c b/nick.c
index 92d4c258..0d394ecb 100644
--- a/nick.c
+++ b/nick.c
@@ -242,17 +242,17 @@ void nick_dedupe( bee_user_t *bu, char nick[MAX_NICK_LENGTH+1] )
{
int i;
- irc_usermsg( irc, "Warning: Almost had an infinite loop in nick_get()! "
+ irc_rootmsg( 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! "
"Please send all the following lines in your report:" );
- irc_usermsg( irc, "Trying to get a sane nick for handle %s", bu->handle );
+ irc_rootmsg( irc, "Trying to get a sane nick for handle %s", bu->handle );
for( i = 0; i < MAX_NICK_LENGTH; i ++ )
- irc_usermsg( irc, "Char %d: %c/%d", i, nick[i], nick[i] );
+ irc_rootmsg( irc, "Char %d: %c/%d", i, nick[i], nick[i] );
- irc_usermsg( irc, "FAILED. Returning an insane nick now. Things might break. "
+ irc_rootmsg( irc, "FAILED. Returning an insane nick now. Things might break. "
"Good luck, and please don't forget to paste the lines up here "
"in #bitlbee on OFTC or in a mail to wilmer@gaast.net" );