The First Age

Full Version: Chat Bot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Most of you know I like making random things with code. The Story So Far being the last one.

I made one for Dragonmount RP a bit back and redid it a month or so ago which you might find fun:

But I decided to play with chat bots in the IRC channel. At present it doesn't do much.

But it does welcome each person randomly. Jaxen made a request to add to the list, so I decided I'd give you the full list here, and if you wanted to add to it, funny, serious or otherwise (just so long as you aren't insulting) I'd love to add

who + ', welcome back!',
who + ', what\'s new?',
'Howdy, ' + who + '!',
'Oh, no! Not ' + who + 'again.'
'Hey there, ' + who + "!",
'What\'s happenin\', ' + who + "?",
'Hi, '+ who +'!',
'Here\'s ' + who + "!",
'Greetings and salutations, '+ who + '!',
'Oh, no! Not ' + who + 'again.'
'Oh, yoohoo, '+ who + '!',
'Aloha, ' + who + "!",
'Hola, ' + who + '!',
'Que Pasa, ' + who + "?",
'Konnichiwa,' + who + '!',
'Namaste, ' + who + '!',
'Oh, no! Not ' + who + 'again.' more.

I did add Jaxen's request multiple times to get it to pop up more often as it's a random number generated to pull which one.

It should show up at some point though i've not pushed it to the live server yet.