Guest User

Untitled

a guest
Dec 7th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // msgEvent = { from : from, channel : channel, msg : msg };
  2. exports.hello = function(msgEvent, match, irc){
  3. irc.privmsg(msgEvent.channel, 'sup ' + msgEvent.from);
  4. return;
  5. }
Add Comment
Please, Sign In to add comment