aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/purple.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 /protocols/purple/purple.c
parent6a451817589df092ef5121bbe2c7156d2d01f669 (diff)
parentaea22cd1e0e955848c143a8fc36978391e9a4846 (diff)
Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.
Diffstat (limited to 'protocols/purple/purple.c')
-rw-r--r--protocols/purple/purple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c
index 55678f92..fe0fc35f 100644
--- a/protocols/purple/purple.c
+++ b/protocols/purple/purple.c
@@ -180,7 +180,7 @@ static void purple_init( account_t *acc )
default:
/** No way to talk to the user right now, invent one when
this becomes important.
- irc_usermsg( acc->irc, "Setting with unknown type: %s (%d) Expect stuff to break..\n",
+ irc_rootmsg( acc->irc, "Setting with unknown type: %s (%d) Expect stuff to break..\n",
name, purple_account_option_get_type( o ) );
*/
name = NULL;