Subversion Repositories IRCServ

Rev

Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 8
Line 1... Line 1...
1
/* $Id: operserv.c 6 2024-08-25 19:00:39Z nishi $ */
1
/* $Id: operserv.c 8 2024-08-25 20:51:19Z nishi $ */
2
 
2
 
3
#include "../is_operserv.h"
3
#include "../is_operserv.h"
4
 
4
 
5
#include "../is_util.h"
5
#include "../is_util.h"
-
 
6
#include "../is_log.h"
6
 
7
 
7
extern struct is_config config;
8
extern struct is_config config;
-
 
9
extern struct is_message message;
8
 
10
 
9
int is_operserv_init(void) { return 0; }
11
int is_operserv_init(void){
-
 
12
	return 0;
-
 
13
}