summaryrefslogtreecommitdiff
path: root/lib/rbot/ircbot.rb
diff options
context:
space:
mode:
authorM. Hecker <apoc@sixserv.org>2014-09-03 15:47:30 +0200
committerM. Hecker <apoc@sixserv.org>2014-09-03 15:47:30 +0200
commit53cfadbb9f2b25efe4c22b2fd02f8bc33b5e9d2d (patch)
treeaba88155d1355723139b315b05e33eb49b732298 /lib/rbot/ircbot.rb
parent836cf49c210ebfeb443861d26379a81b333c2c78 (diff)
[webservice] expose webservice to plugins
Diffstat (limited to 'lib/rbot/ircbot.rb')
-rw-r--r--lib/rbot/ircbot.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb
index f74b1530..18b9e1d4 100644
--- a/lib/rbot/ircbot.rb
+++ b/lib/rbot/ircbot.rb
@@ -202,6 +202,8 @@ class Bot
# loads and opens new registry databases, used by the plugins
attr_accessor :registry_factory
+ attr_accessor :webservice
+
# server we are connected to
# TODO multiserver
def server