aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-13 12:20:04 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-13 12:20:04 +0200
commit573dab069d2c35910b3cdede3374a5749cb20a89 (patch)
treecf36280ec63a24854c1d1ddd938f4f189358f854 /protocols/nogaim.c
parent3a9b1236ab5e089b7413486d7d6bf61274a61d2a (diff)
Incoming typing notifications.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index 4dd60ea6..f7db5c37 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -526,24 +526,6 @@ void imcb_ask_add( struct im_connection *ic, const char *handle, const char *rea
imcb_ask_add_cb_yes, imcb_ask_add_cb_no, data );
}
-void imcb_buddy_typing( struct im_connection *ic, char *handle, uint32_t flags )
-{
-#if 0
- user_t *u;
-
- if( !set_getbool( &ic->bee->set, "typing_notice" ) )
- return;
-
- if( ( u = user_findhandle( ic, handle ) ) )
- {
- char buf[256];
-
- g_snprintf( buf, 256, "\1TYPING %d\1", ( flags >> 8 ) & 3 );
- irc_privmsg( ic->irc, u, "PRIVMSG", ic->irc->nick, NULL, buf );
- }
-#endif
-}
-
struct bee_user *imcb_buddy_by_handle( struct im_connection *ic, const char *handle )
{
return bee_user_by_handle( ic->bee, ic, handle );