1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 22:33:13 +02:00
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1981 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-10 17:01:21 +00:00
parent b496e60eb0
commit b48c18b011
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ E void ms_init();
E void memoserv(User * u, char *buf);
E void check_memos(User * u);
E MemoInfo *getmemoinfo(const char *name, int *ischan, int *isforbid);
E void memo_send(User * u, char *name, char *text, int z);
E void memo_send(User * u, const char *name, const char *text, int z);
E int delmemo(MemoInfo * mi, int num);
/**** messages.c ****/
+1 -1
View File
@@ -37,7 +37,7 @@ class CommandMSList : public Command
if (param && *param == '#')
{
chan = param;
param = params.size() > 1 ? params[1].c)_str() : NULL;
param = params.size() > 1 ? params[1].c_str() : NULL;
if (!(ci = cs_findchan(chan)))
{
notice_lang(s_MemoServ, u, CHAN_X_NOT_REGISTERED, chan);