mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
add xchat r1489
This commit is contained in:
12
src/common/modes.h
Normal file
12
src/common/modes.h
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user