aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-04 16:12:32 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-04 16:12:32 +0100
commitd636233a518fbe46264230866d4b8ea463f1474e (patch)
treef2ca3d807e66ec4a691f8ee472c2f80f0615465d
parentea911ca247dd060f864e09ff54585e91f68c9de3 (diff)
Oops... :-(1.0
-rw-r--r--protocols/nogaim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index 5fbe00ab..3ab4737e 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -704,7 +704,7 @@ void serv_got_typing( struct gaim_connection *gc, char *handle, int timeout )
return;
if( ( u = user_findhandle( gc, handle ) ) )
- irc_privmsg( gc->irc, u, "PRIVMSG", gc->irc->nick, NULL, "\1TYPING \1" );
+ irc_privmsg( gc->irc, u, "PRIVMSG", gc->irc->nick, NULL, "\1TYPING 1\1" );
}
void serv_got_chat_left( struct gaim_connection *gc, int id )