You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
373 B
29 lines
373 B
{server="irc.quakenet.org",
|
|
nick="yukichan",
|
|
hostname="lain",
|
|
servername="lain",
|
|
realname="yuki",
|
|
channels={
|
|
"#SKSDev",
|
|
"#v",
|
|
"#ssss"
|
|
},
|
|
hooks={
|
|
"highfive.lua",
|
|
"ai.lua"
|
|
},
|
|
cmds={
|
|
reload="reload.lua",
|
|
mpd="mpd.lua"
|
|
},
|
|
timers={
|
|
"highfive.lua"
|
|
},
|
|
debug=false,
|
|
autojoin=true,
|
|
prefix=":",
|
|
username="yuki",
|
|
port=6667,
|
|
timeout=300,
|
|
admins={"ShadowKatStudios","XeonSquared"}
|
|
}
|
|
|