Difference between revisions of "Sudobot"

From Sudo Room
Jump to navigation Jump to search
(Updated operational details)
Line 1: Line 1:
Sudobot is Sudo Room's homegrown IRC bot.
Sudobot is Sudo Room's homegrown IRC bot.
== Operation ==
Sudobot runs on [[sudorouter]] as user sudobot. Launching and supervision of the daemon is managed by [https://github.com/substack/psy psy].


==Contribute==
==Contribute==
Line 21: Line 24:
==History==
==History==
It was started by [[User:Tunabananas]] and further developered by [[User:Garrettr]], mostly as an excuse to learn node.js.
It was started by [[User:Tunabananas]] and further developered by [[User:Garrettr]], mostly as an excuse to learn node.js.
Sudobot currently runs off my laptop whenever I'm logged into #sudoroom. I will be setting sudobot up on the either the Linode we use for the website or the raspberry pi by the door (potential for Sudobot/doorman integration!?!), so soon it will be an eternal member of #sudoroom.


[[Category:Projects]]
[[Category:Projects]]

Revision as of 05:41, 5 February 2017

Sudobot is Sudo Room's homegrown IRC bot.

Operation

Sudobot runs on sudorouter as user sudobot. Launching and supervision of the daemon is managed by psy.

Contribute

Git repo. Talk to User:Ryanj, User:Tunabananas, or User:Garrettr if you have questions about working on sudobot!

Capabilities

Status of the Room

open?
Tells us whether Sudo Room (the physical space) is open and capable of accepting visitors
open!
Tell Sudobot you are opening the room
closed!
Tell Sudobot you are closing the room

Karma

username++
Increment username's karma score
username--
Decrement...
karma username
Display a user's karma score

Misc.

Try typing yarr, <3, randomize

History

It was started by User:Tunabananas and further developered by User:Garrettr, mostly as an excuse to learn node.js.