1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 03:23:13 +02:00

Fix memo sending causing crashes due to unresolvable symbol at runtime, mark ms_* as audited.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2034 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-13 14:23:13 +00:00
parent 45b4074e0d
commit 4310c712c3
2 changed files with 1 additions and 13 deletions
-12
View File
@@ -46,18 +46,6 @@ Legend:
[ ] HelpServ must die (1.9.1?)
[-] Command parser cleanup: mod_current_buffer needs to go away and be replaced by a proper parser. Commands should then indicate how they want the buffer split.
These all need reviewing, remove them from the list _AS YOU GO_. Talk t0 w00t or CBX if you don't know what this is for:
src/core/ms_cancel.c
src/core/ms_check.c
src/core/ms_del.c
src/core/ms_help.c
src/core/ms_info.c
src/core/ms_list.c
src/core/ms_read.c
src/core/ms_rsend.c
src/core/ms_sendall.c
src/core/ms_send.c
src/core/ms_set.c
src/core/ms_staff.c
src/core/ns_access.c
src/core/ns_alist.c
src/core/ns_drop.c
+1 -1
View File
@@ -193,7 +193,7 @@ MemoInfo *getmemoinfo(const char *name, int *ischan, int *isforbid)
* 3 - reply to user and request read receipt
* @return void
*/
void memo_send(User * u, char *name, char *text, int z)
void memo_send(User * u, const char *name, const char *text, int z)
{
int ischan;
int isforbid;