1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 17:23:16 +02:00

Mark some stuff deprecated, move implementation from the interface into the user class.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1206 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-09-30 18:45:10 +00:00
parent ca8996472c
commit e6111d9ff4
5 changed files with 58 additions and 27 deletions
+3 -3
View File
@@ -1019,9 +1019,9 @@ E void notice_server(char *source, Server * s, char *fmt, ...)
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);
E void notice_lang(const char *source, User *dest, int message, ...);
E void notice_help(const char *source, User *dest, int message, ...);
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;
E void notice_help(const char *source, User *dest, int message, ...) MARK_DEPRECATED;
/**** servers.c ****/