-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.conf
29 lines (29 loc) · 1.61 KB
/
server.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#####################################################################
# The Perl Internet Relay Chat Daemon #
# _ _ _ #
# (_) (_) | | #
# _ _ _ _ __ ___ _ _ __ ___ __| | #
# | | | | | '_ \ / _ \ | | '__/ __|/ _` | #
# | | |_| | | | | (_) | | | | | (__| (_| | #
# | |\__,_|_| |_|\___/ |_|_| \___|\__,_| #
# _/ | #
# |__/ configuration #
# #
#####################################################################
# Machine line. M:network-name:server-name:*:server-description:port
M:juno-dev:l1.juno:*:juno dev net:6667
# Server internal logging. LOG:<channel> (you probably want to use a local channel)
LOG:&internal
# MOTD line. MOTD:/path/to/motd or MOTD:yes hello welcome to juno dev net
MOTD:server.motd
# Admin line. A:line1:line2:line3
A:cooper:[email protected]:cooper.on.fgtb.us
# O lines and NA lines (normal oper and network administrator). O:user:host:encrypted-password
NA:cooper:*:pbwkWgNDWyJZg
# Mechanics line. MECH:ping-check-time:ping-out-time:flood-of-bytes:flood-of-lines
MECH:90:90:1:50
# Connection line. C:server:hostname:encrypted-password:port
C:l2.local:127.0.0.1:pbgJfKIJ7ls1o:6667
# Kill line. K:ident:host:reason
K:Mibbit:*:gtfo noob
# Assuming the rest is just shii the ircd writes itself :p