Changeset df618475


Ignore:
Timestamp:
2005-11-20T21:02:18Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
986d18f
Parents:
831c955
Message:

Incoming typing notices are now sent as a CTCP. Better consistency.
Don't forget to upgrade your typing notice script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r831c955 rdf618475  
    683683       
    684684        if( ( u = user_findhandle( gc, handle ) ) )
    685                 irc_noticefrom( gc->irc, u->nick, "* Typing a message *" );
     685                irc_msgfrom( gc->irc, u->nick, "\1TYPING 1\1" );
    686686}
    687687
Note: See TracChangeset for help on using the changeset viewer.