Changeset 0e7ab64 for protocols/nogaim.h


Ignore:
Timestamp:
2007-04-23T02:58:44Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2d317bb
Parents:
43671b9
Message:

Got rid of one HORRIBLE stupidity called chat_by_channel(), which still
used the GLOBAL IM connections list, allowing user A to interfere with
user B's groupchats if running in daemon mode. I can't believe this was
still there...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r43671b9 r0e7ab64  
    207207G_MODULE_EXPORT void imcb_chat_msg( struct groupchat *c, char *who, char *msg, u_int32_t flags, time_t sent_at );
    208208G_MODULE_EXPORT void imcb_chat_free( struct groupchat *c );
    209 struct groupchat *chat_by_channel( char *channel );
    210209
    211210/* Actions, or whatever. */
Note: See TracChangeset for help on using the changeset viewer.