Difference between revisions of "Sudobot"
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. | ||
[[Category:Projects]] | [[Category:Projects]] |
Revision as of 04: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.