Changeset bfb99ee for irc.h


Ignore:
Timestamp:
2010-05-08T12:13:23Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d343eaa
Parents:
a87754b
Message:

Allow leaving groupchat channels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    ra87754b rbfb99ee  
    153153{
    154154        gboolean (*privmsg)( irc_channel_t *ic, const char *msg );
     155        gboolean (*join)( irc_channel_t *ic );
     156        gboolean (*part)( irc_channel_t *ic, const char *msg );
     157        gboolean (*topic)( irc_channel_t *ic, const char *new );
    155158};
    156159
Note: See TracChangeset for help on using the changeset viewer.