Subversion Repositories IRCServ

Rev

Rev 8 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 nishi 1
/* $Id: chanserv.c 6 2024-08-25 19:00:39Z nishi $ */
2
 
3
#include "../is_chanserv.h"
4
 
5
#include "../is_util.h"
6
 
7
extern struct is_config config;
8
 
9
int is_chanserv_init(void) { return 0; }