Functions

cs_invite.c File Reference

#include "module.h"
Include dependency graph for cs_invite.c:

Go to the source code of this file.

Functions

static void myChanServHelp (User *u)
static int do_invite (User *u)
int AnopeInit (int argc, char **argv)
void AnopeFini (void)

Function Documentation

void AnopeFini ( void   ) 

Unload the module

Definition at line 46 of file cs_invite.c.

int AnopeInit ( int  argc,
char **  argv 
)

Create the command, and tell anope about it.

Parameters:
argc Argument count
argv Argument list
Returns:
MOD_CONT to allow the module, MOD_STOP to stop it

Definition at line 26 of file cs_invite.c.

References c, CHANSERV, CORE, createCommand(), do_invite(), MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetChanHelp(), moduleSetType(), and myChanServHelp().

static int do_invite ( User u  )  [static]

The /cs invite command.

Parameters:
u The user who issued the command
MOD_CONT to continue processing other modules, MOD_STOP to stop processing.

Definition at line 67 of file cs_invite.c.

References anope_cmd_invite(), c, CA_INVITE, check_access(), channel_::ci, CI_SUSPENDED, CI_VERBOTEN, findchan(), chaninfo_::flags, user_::nick, notice_lang(), s_ChanServ, syntax_error(), and whosends.

Referenced by AnopeInit().

static void myChanServHelp ( User u  )  [static]

Add the help response to anopes /cs help output.

Parameters:
u The user who is requesting help

Definition at line 57 of file cs_invite.c.

References notice_lang(), and s_ChanServ.

Referenced by AnopeInit().