From 6c6de3a94a159362599f5ec195a0c8d6c1d33ae9 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 7 Aug 2017 12:36:08 -0400 Subject: [PATCH] Add oftc. --- app.cfg | 4 +++- templates/editor.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app.cfg b/app.cfg index 687dbe6..4008313 100644 --- a/app.cfg +++ b/app.cfg @@ -19,7 +19,7 @@ url="http://test.blogspam.net/" port=9999 [evalserver] -server="localhost:14401" +server="192.168.32.1:14401" languages=[ "perl" ] @@ -48,3 +48,5 @@ protocol="perlbot" "localhost:perlbot:#marpa"="Freenode #marpa" "localhost:perlbot-magnet:#perl"="irc.perl.org #perl" "localhost:perlbot-magnet:#perl-help"="irc.perl.org #perl-help" +"localhost:perlbot-oftc:#perl"="OFTC #perl" +"localhost:perlbot-oftc:#perlbot"="OFTC #perlbot" diff --git a/templates/editor.html b/templates/editor.html index 048b064..adceae6 100755 --- a/templates/editor.html +++ b/templates/editor.html @@ -41,6 +41,8 @@ "freenode.perlbot.pl": "localhost:perlbot:", "m.perlbot.pl": "localhost:perlbot-magnet:", "magnet.perlbot.pl": "localhost:perlbot-magnet:", + "o.perlbot.pl": "localhost:perlbot-oftc:", + "oftc.perlbot.pl": "localhost:perlbot-oftc:", }; if (channel && servers[hostname]) { // only do this if we have a channel and a valid server