From df61847525ba9e8d6d42c4295d034175fd2d0445 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 20 Nov 2005 22:02:18 +0100 Subject: Incoming typing notices are now sent as a CTCP. Better consistency. Don't forget to upgrade your typing notice script. --- protocols/nogaim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 22240d8a..41361e07 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -682,7 +682,7 @@ void serv_got_typing( struct gaim_connection *gc, char *handle, int timeout ) return; if( ( u = user_findhandle( gc, handle ) ) ) - irc_noticefrom( gc->irc, u->nick, "* Typing a message *" ); + irc_msgfrom( gc->irc, u->nick, "\1TYPING 1\1" ); } void serv_got_chat_left( struct gaim_connection *gc, int id ) -- cgit v1.2.3