summary refs log tree commit diff stats
path: root/share/icons/Makefile.am
AgeCommit message (Expand)Author
2013-01-01Don't error on icon cache update failureTingPing
2012-12-16Put hexchat png in icons/hicolor/48x48/appsRichardHitt
2012-12-16Install hicolor svg; move the files Makefile.am to their subdirectoriesRichardHitt
n1' href='#n1'>1 2 3 4 5 6 7 8 9 10 11 12











                                                                                                                                
#ifndef XCHAT_MODES_H
#define XCHAT_MODES_H

int is_channel (server *serv, char *chan);
char get_nick_prefix (server *serv, unsigned int access);
unsigned int nick_access (server *serv, char *nick, int *modechars);
int mode_access (server *serv, char mode, char *prefix);
void inbound_005 (server *serv, char *word[]);
void handle_mode (server *serv, char *word[], char *word_eol[], char *nick, int numeric_324);
void send_channel_modes (session *sess, char *tbuf, char *word[], int start, int end, char sign, char mode, int modes_per_line);

#endif