Fun

Blackjack

TODO

Comic

[comic.py] Image search plugin

[Author] Miguel Boekhold

[About] Returns a random comic from xkcd

[Commands] >>> .comic returns a url of a random comic

Dadjoke

[dadjoke.py] Dad joke plugin

[Author] moffetma Oregon State University CS

[About] Sends a random “dad joke” from icanhazdadjoke.com

[Commands] >>> .dadjoke Have you heard of the band 1023MB? They haven’t got a gig yet.

Hangman

[hangman.py] Hangman Game Plugin

[Author] Justin Walker

[About] Plays game of hangman

[Commands] >>> .hangman start Starts hangman game and returns game screen.

>>> .hangman guess <<word or letter>>
Submits word or letter guess and returns game screen.

Horoscope

[horoscope.py] Horoscope Plugin

[Author] Angelo Giacco

[About] Returns your daily horoscope based on your star sign you can also enter your month and date of birth to automatically find your starsign enter month and date as number

[Commands] >>> .horoscope <<starsign>> returns horoscope for starsign

.horoscope <<month>> <<day>> returns horoscope for starsign of day entered

Joke

[joke.py] Joke Plugin

[Author] Abdur-Rahmaan Janhangeer, pythonmembers.club

[About] sends a random joke on request

[Commands] >>> .joke returns a random joke

Magic 8 Ball

[magic_ball.py] Magic 8 ball Plugin

[Author] Zakaria Talhami

[About] Fortune-telling for question using a magic 8 ball

[Commands] >>> .8ball <<question>> returns It is certain

>>> .magic8ball <<question>>
returns Very doubtful

Basketball

[basketball.py] Basketball Plugin

[Author] Konstantinos Efthymiadis

[About] Given the event and year as parameters, the plugin will return the countries that won the medal that year Given the event and country as parameters, the plugin will return the number of medals this country has won

[Commands] >>> .basketball <<event>> <<year/country>> returns a string with all the information >>> .basketball <<event>> <<all>> returns a table with all the medals of all the years

Monopoly

TODO

Riddle

[riddle.py] Riddle Plugin

[Author] Angelo Giacco

[About] Returns a riddle or whether guess at the answer was correct or not.

[Commands] >>> .riddle returns a random riddle

.riddle guess <<attempt>> returns whether the guess was correct or wrong

Russian Roulette

[russian_roulette.py] Russian Roulette Plugin

[Author] Angelo Giacco

[About] In the original russian roulette, you have a one sixth chance of committing suicide. In this version, you have a one sixth chance of being kicked from the channel. The bot will utilise the IRC command: KICK #channel nickname where #channel is the channel name and nicknames is the nickname of the user

WARNING: BOT MUST BE CHANNEL OPERATOR!!!

[Commands] >>> .russian_roulette either returns a string saying you survived or kicks you off the channel

IMDb Movies

[movies_imdb.py] IMDb Movies Plugin

[Author] Zoi Katsantoni

[About] Searches a movie then returns certain information

[Commands]

> > > .movies_imdb <<search>> <<movie>> <<information>> > > > returns the certain information about the movie > > > .movies_imdb 250movies > > > returns 250 all-time most popular movies > > >