Anope IRC Services
Version 1.8
src
modules
demos
catserv
meow.c
Go to the documentation of this file.
1
#include "
meow.h
"
2
3
#include "
catserv_extern.h
"
4
5
int
do_meow
(
User
* u) {
6
notice
(
s_CatServ
, u->
nick
,
"MEOW!"
);
7
return
MOD_STOP
;
8
}
9
user_::nick
char nick[NICKMAX]
Definition:
services.h:875
notice
E void notice(char *source, char *dest, const char *fmt,...)
Definition:
send.c:274
s_CatServ
E char * s_CatServ
Definition:
catserv_extern.h:7
MOD_STOP
#define MOD_STOP
Definition:
modules.h:53
catserv_extern.h
meow.h
user_
Definition:
services.h:872
do_meow
int do_meow(User *u)
Definition:
meow.c:5
Generated on Fri Apr 20 2018 03:00:07 for Anope IRC Services by
1.8.8