meow.c

Go to the documentation of this file.
00001 #include "meow.h"
00002 
00003 #include "catserv_extern.h"
00004 
00005 int do_meow(User * u) {
00006         notice(s_CatServ, u->nick, "MEOW!");
00007         return MOD_STOP;
00008 }
00009 

Generated on Sun Oct 5 09:06:56 2008 for Anope by  doxygen 1.5.7.1