- Timestamp:
- 2015-01-29T19:24:17Z (10 years ago)
- Branches:
- master
- Children:
- e41cc40
- Parents:
- 7b8238d
- git-author:
- jgeboski <jgeboski@…> (28-01-15 23:40:47)
- git-committer:
- jgeboski <jgeboski@…> (29-01-15 19:24:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r7b8238d r7821ee8 213 213 */ 214 214 void (* chat_invite) (struct groupchat *, char *who, char *message); 215 /* This is called when the user uses the /kick IRC command. 216 * - 'who' is a handle to kick 217 * - 'message' is a kick message or NULL 218 */ 219 void (* chat_kick) (struct groupchat *, char *who, const char *message); 215 220 /* This is called when the user uses the /part IRC command in a group 216 221 * chat. You just should tell the user about it, nothing more. */
Note: See TracChangeset
for help on using the changeset viewer.