Subversion Repositories IRCServ

Rev

Rev 8 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: chanserv.c 9 2024-08-25 20:51:41Z nishi $ */

#include "../is_chanserv.h"

#include "../is_util.h"
#include "../is_log.h"

extern struct is_config config;
extern struct is_message message;

int is_chanserv_init(void) { return 0; }