#include "module.h"
Go to the source code of this file.
Functions | |
| int | do_del (User *u) |
| int | del_memo_callback (User *u, int num, va_list args) |
| void | myMemoServHelp (User *u) |
| int | AnopeInit (int argc, char **argv) |
| void | AnopeFini (void) |
| int AnopeInit | ( | int | argc, | |
| char ** | argv | |||
| ) |
Create the command, and tell anope about it.
| argc | Argument count | |
| argv | Argument list |
Definition at line 28 of file ms_del.c.
References c, CORE, createCommand(), do_del(), MEMOSERV, MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetMemoHelp(), moduleSetType(), and myMemoServHelp().
| int del_memo_callback | ( | User * | u, | |
| int | num, | |||
| va_list | args | |||
| ) |
Delete a single memo from a MemoInfo. callback function
| u | User Struct | |
| int | Number | |
| va_list | Variable Arguemtns |
Definition at line 176 of file ms_del.c.
References delmemo(), and snprintf().
| int do_del | ( | User * | u | ) |
The /ms del command.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
| void myMemoServHelp | ( | User * | u | ) |
Add the help response to anopes /ms help output.
| u | The user who is requesting help |
1.5.7.1