Subversion Repositories IRCServ

Rev

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

Rev 3 Rev 6
Line 1... Line 1...
1
/* $Id: config.h.tmpl 3 2024-08-25 10:23:36Z nishi $ */
1
/* $Id: config.h.tmpl 6 2024-08-25 19:00:39Z nishi $ */
2
/* This is the template config */
2
/* This is the template config */
3
 
3
 
4
#ifndef __CONFIG_H__
4
#ifndef __CONFIG_H__
5
#define __CONFIG_H__
5
#define __CONFIG_H__
6
 
6
 
Line 18... Line 18...
18
#define IRC_SECRET "secret"
18
#define IRC_SECRET "secret"
19
 
19
 
20
/* Service name */
20
/* Service name */
21
#define IRC_SERVICE "ircserv.localhost.local"
21
#define IRC_SERVICE "ircserv.localhost.local"
22
 
22
 
-
 
23
/* Services */
-
 
24
#define USE_NICKSERV
-
 
25
#define USE_MEMOSERV
-
 
26
#define USE_CHANSERV
-
 
27
#define USE_OPERSERV
-
 
28
 
-
 
29
/* IRCd */
-
 
30
#define USE_BAHAMUT_IRCD
-
 
31
 
23
#endif
32
#endif
24
 
33
 
25
/*
34
/*
26
vim: syntax=c
35
vim: syntax=c
27
*/
36
*/