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