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

Removed notice_user() and replaced all calls with Used::SendMessage.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2078 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-02-15 23:09:41 +00:00
parent 629422ed86
commit c5a376cbc8
12 changed files with 15 additions and 49 deletions
-2
View File
@@ -809,8 +809,6 @@ E void send_cmd(const std::string &source, const char *fmt, ...) FORMAT(printf,2
E void notice_server(char *source, Server * s, const char *fmt, ...)
FORMAT(printf,3,4);
E void notice_user(char *source, User *u, const char *fmt, ...)
FORMAT(printf,3,4);
E void notice_list(const char *source, const char *dest, char **text); // MARK_DEPRECATED;
E void notice_lang(const char *source, User *dest, int message, ...); // MARK_DEPRECATED;