summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorViper <Viper@Anope.org>2011-03-24 23:43:53 +0100
committerViper <Viper@Anope.org>2011-03-24 23:43:53 +0100
commit841b3f689eed1573bd816454ed9e72fc1d87a2df (patch)
treeecc62e74dd80923984183ed203632f7c956292d1 /include
parent0315bd31f817b4d8266ef4802e33414643fa2ac8 (diff)
Fixed bug #1252 - The group display nick showing in HS req memos instead of the requesting alias.
Also cleaned up the mess in Changes...
Diffstat (limited to 'include')
-rw-r--r--include/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 4c7e01465..1dd475d9b 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -817,6 +817,7 @@ 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_from(User * u, char *name, char *text, int z, char *source);
E int delmemo(MemoInfo * mi, int num);
/**** messages.c ****/