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

Modularize nonotice (+T)

This commit is contained in:
Travis McArthur
2014-06-28 23:34:14 -07:00
parent aebab04b21
commit 334763c21c
6 changed files with 119 additions and 26 deletions
-3
View File
@@ -435,9 +435,6 @@ extern MODVAR long SNO_SNOTICE;
extern MODVAR long SNO_SPAMF;
extern MODVAR long SNO_OPER;
/* Extended chanmodes... */
extern MODVAR Cmode_t EXTMODE_NONOTICE;
#ifndef HAVE_STRLCPY
size_t strlcpy(char *dst, const char *src, size_t size);
#endif