YSTV IRC: Difference between revisions

From YSTV Documentation Wiki
m (whoops, missed that xchat has gone shareware... o_0)
(documented some of the Morrissey IRC bot)
Line 3: Line 3:
== NickServ ==
== NickServ ==
It is recommended you register your chosen nickname with NickServ in order to prevent impersonation. Type <code>/msg nickserv register <password> <email address></code> to register your name. You'll receive a confirmation email with a code. Once you're registered, upon entering any channel on the same network you can type <code>/msg nickserv identify <password></code> to confirm your identity and boot off anyone using your name.
It is recommended you register your chosen nickname with NickServ in order to prevent impersonation. Type <code>/msg nickserv register <password> <email address></code> to register your name. You'll receive a confirmation email with a code. Once you're registered, upon entering any channel on the same network you can type <code>/msg nickserv identify <password></code> to confirm your identity and boot off anyone using your name.
== Morrissey ==
Morrissey is YSTV's IRC bot, named after [[hist:Morrissey the YSTV stuffed rabbit|Morrissey the YSTV stuffed rabbit]]. Maintained by [[hist:Tom Cheyney|Tom Cheyney]],<ref name="github">[https://github.com/Top-Cat/Morrissey Morrissey on GitHub] (may require permission to view, else 404)</ref> it has many useful functions, and a few fun ones. Principally, a Python script on the [[Computing:Encode Server|encode server]] tells Morrissey when the live stream has been showing black or playing silence (i.e. dead air) for too long, and when transmission has resumed. Morrissey announces these events in the IRC channel. He also has interactive commands.
* <code>!weather</code> will pull a summary of the current weather local to YSTV. For more detail, use the [http://weather.elec.york.ac.uk/ Electronics department's live weather page]. <code>!WEATHER</code> does something different entirely.
* <code>!quote <string></code> gets Morrissey to pull a quote from the quotes board. Omit the search string for a completely random quote.
* <code>!coin <number_of_flips></code> gets Morrissey to flip coins for you.
* <code>!time</code> tells you the time according to YSTV.
* <code>!nextevent</code> displays upcoming items in the [[Tarantula|schedule]].
* <code>!flooded</code> provides a bite-sized IRC-based alternative to [http://hasystvfloodedyet.com/ hasystvfloodedyet.com].
* <code>!slap <user></code> provides a YSTV-specific alternative to the IRC /slap command.
* <code>!kill <user></code> gets a bit more violent.
* <code>!cuddle <user></code> seems, on the surface at least, to be an antidote to <code>!kill</code>.
* <code>!random <user></code> is a special window into the mind of [[hist:Helen Hobin|Helen Hobin]].
== External Links ==
<references />


[[Category:Computing]]
[[Category:Computing]]
[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Communication]]
[[Category:Communication]]

Revision as of 22:56, 17 May 2014

YSTV maintains an IRC channel on Freenode, #ystv. The XChat client is recommended, though you are free to use any you wish. A web client is available at webchat.freenode.net.

NickServ

It is recommended you register your chosen nickname with NickServ in order to prevent impersonation. Type /msg nickserv register <password> <email address> to register your name. You'll receive a confirmation email with a code. Once you're registered, upon entering any channel on the same network you can type /msg nickserv identify <password> to confirm your identity and boot off anyone using your name.

Morrissey

Morrissey is YSTV's IRC bot, named after Morrissey the YSTV stuffed rabbit. Maintained by Tom Cheyney,[1] it has many useful functions, and a few fun ones. Principally, a Python script on the encode server tells Morrissey when the live stream has been showing black or playing silence (i.e. dead air) for too long, and when transmission has resumed. Morrissey announces these events in the IRC channel. He also has interactive commands.

  • !weather will pull a summary of the current weather local to YSTV. For more detail, use the Electronics department's live weather page. !WEATHER does something different entirely.
  • !quote <string> gets Morrissey to pull a quote from the quotes board. Omit the search string for a completely random quote.
  • !coin <number_of_flips> gets Morrissey to flip coins for you.
  • !time tells you the time according to YSTV.
  • !nextevent displays upcoming items in the schedule.
  • !flooded provides a bite-sized IRC-based alternative to hasystvfloodedyet.com.
  • !slap <user> provides a YSTV-specific alternative to the IRC /slap command.
  • !kill <user> gets a bit more violent.
  • !cuddle <user> seems, on the surface at least, to be an antidote to !kill.
  • !random <user> is a special window into the mind of Helen Hobin.

External Links

  1. Morrissey on GitHub (may require permission to view, else 404)