Subversion Repositories IRCServ

Rev

Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 7
Line 1... Line 1...
1
/* $Id: config.h.tmpl 6 2024-08-25 19:00:39Z nishi $ */
1
/* $Id: config.h.tmpl 7 2024-08-25 20:49:55Z 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
/* Service description */
-
 
24
#define IRC_SERVICE_DESCRIPTION "IRCServ services"
-
 
25
 
23
/* Services */
26
/* Services */
24
#define USE_NICKSERV
27
#define USE_NICKSERV
25
#define USE_MEMOSERV
28
#define USE_MEMOSERV
26
#define USE_CHANSERV
29
#define USE_CHANSERV
27
#define USE_OPERSERV
30
#define USE_OPERSERV