1 2 3 4 5 6 7 8 9
#include "meow.h" #include "catserv_extern.h" int do_meow(User * u) { notice(s_CatServ, u->nick, "MEOW!"); return MOD_STOP; }