mirror of https://github.com/fluffle/goirc
17 lines
203 B
INI
17 lines
203 B
INI
|
port 6667
|
||
|
port 7009 {
|
||
|
class = "server"
|
||
|
}
|
||
|
port 6697 { ssl = true }
|
||
|
port 7011 {
|
||
|
ssl = true
|
||
|
class = "server"
|
||
|
}
|
||
|
|
||
|
oper fluffle {
|
||
|
pass = "foobar"
|
||
|
hostmask = "*camelid@*"
|
||
|
link = true
|
||
|
}
|
||
|
|