Skip to content

Instantly share code, notes, and snippets.

View whiskers75's full-sized avatar

whiskers75 whiskers75

View GitHub Profile
var IotaServ = {};
IotaServ.onLoad = function(){};
IotaServ.eob = function() {
IotaServ.o.join('#services');
}
IotaServ.privmsg = function(from, target, message) {
message = message.split(' ');
message[0] = message[0].toLowerCase();
if (message[0] == 'hug') {
if (!message[1] || !message[2]) {