195 char *chan = strtok(NULL,
" ");
199 struct u_chanlist *uc;
226 }
else if (!(ci = c->
ci)) {
251 char *chan = strtok(NULL,
" ");
255 struct u_chanlist *uc;
282 }
else if (!(ci = c->
ci)) {
307 char *chan = strtok(NULL,
" ");
308 char *nick = strtok(NULL,
" ");
317 struct u_chanlist *uc;
333 "%s command used for %s by %s", util->
name,
347 }
else if (!(ci = c->
ci)) {
351 }
else if (is_same ? !(u2 = u) : !(u2 =
finduser(nick))) {
static int do_dehalfop(User *u)
E int check_access(User *user, ChannelInfo *ci, int what)
E int stricmp(const char *s1, const char *s2)
E void notice(char *source, char *dest, const char *fmt,...)
E void chan_set_modes(const char *source, Channel *chan, int ac, char **av, int check)
static int do_owner(User *u)
static int do_deop(User *u)
struct user_::u_chanlist * chans
E int is_on_chan(Channel *c, User *u)
E int is_protected(User *user)
MDE void moduleAddAuthor(const char *author)
int AnopeInit(int argc, char **argv)
static int do_voice(User *u)
E void notice_lang(char *source, User *dest, int message,...)
MDE void moduleSetType(MODType type)
E Channel * findchan(const char *chan)
E char * sstrdup(const char *s)
static int do_deowner(User *u)
static int do_util(User *u, CSModeUtil *util)
E User * finduser(const char *nick)
static int do_devoice(User *u)
static int do_deprotect(User *u)
MDE void moduleAddVersion(const char *version)
MDE void moduleSetChanHelp(void(*func)(User *u))
static int do_op(User *u)
E int is_founder(User *user, ChannelInfo *ci)
static int do_protect(User *u)
E void anope_cmd_mode(char *source, char *dest, const char *fmt,...)
MDE Command * createCommand(const char *name, int(*func)(User *u), int(*has_priv)(User *u), int help_all, int help_reg, int help_oper, int help_admin, int help_root)
static void myChanServHelp(User *u)
E int get_access(User *user, ChannelInfo *ci)
static int do_halfop(User *u)
MDE int moduleAddCommand(CommandHash *cmdTable[], Command *c, int pos)
E CSModeUtil csmodeutils[]