diff options
author | Julien Dessaux | 2014-12-03 21:33:04 +0100 |
---|---|---|
committer | Julien Dessaux | 2014-12-03 23:42:22 +0100 |
commit | 7bc381479e15646dfec98cb206aa228a656e5a26 (patch) | |
tree | ab71ec1aca472255158020f1bc0cf2f6a73ecca7 /arthur.cfg.example | |
parent | Fixed protocol discrepancy (diff) | |
download | avalon-arthur-7bc381479e15646dfec98cb206aa228a656e5a26.tar.gz avalon-arthur-7bc381479e15646dfec98cb206aa228a656e5a26.tar.bz2 avalon-arthur-7bc381479e15646dfec98cb206aa228a656e5a26.zip |
Bootstrapped arthur implementation in perl
Diffstat (limited to 'arthur.cfg.example')
-rw-r--r-- | arthur.cfg.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arthur.cfg.example b/arthur.cfg.example new file mode 100644 index 0000000..ad80555 --- /dev/null +++ b/arthur.cfg.example @@ -0,0 +1,11 @@ +[admin] +password = admin_password + +[irc] +nick = arthur +ircname = Arthur the Avalon Game Master +server = example.org +port = 6667 +password = +channel = "#avalon" +ssl = 1 |