#include "module.h"
Go to the source code of this file.
Functions | |
| int | do_list (User *u) |
| int | list_memo_callback (User *u, int num, va_list args) |
| int | list_memo (User *u, int index, MemoInfo *mi, int *sent_header, int new, const char *chan) |
| 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 29 of file ms_list.c.
References c, CORE, createCommand(), do_list(), MEMOSERV, MOD_CONT, MOD_UNIQUE, moduleAddAuthor(), moduleAddCommand(), moduleAddVersion(), moduleSetMemoHelp(), moduleSetType(), and myMemoServHelp().
| int do_list | ( | User * | u | ) |
List the memos (if any) for the source nick or given channel.
| u | The user who issued the command | |
| MOD_CONT | to continue processing other modules, MOD_STOP to stop processing. |
Display a single memo entry, possibly printing the header first.
| u | User Struct | |
| int | Memo index | |
| mi | MemoInfo Struct | |
| send_header | If we are to send the headers | |
| new | If we are listing new memos | |
| chan | Channel name |
Definition at line 166 of file ms_list.c.
References memo_::flags, MemoInfo::memocount, MemoInfo::memos, MF_UNREAD, user_::nick, notice_lang(), memo_::number, s_MemoServ, memo_::sender, strftime_lang(), and memo_::time.
Referenced by list_memo_callback().
| int list_memo_callback | ( | User * | u, | |
| int | num, | |||
| va_list | args | |||
| ) |
list memno callback function
| u | User Struct | |
| int | Memo number | |
| va_list | List of arguements |
Definition at line 141 of file ms_list.c.
References list_memo(), MemoInfo::memocount, MemoInfo::memos, and memo_::number.
| void myMemoServHelp | ( | User * | u | ) |
Add the help response to anopes /ms help output.
| u | The user who is requesting help |
1.5.7.1