This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
'use strict'; | |
// IRC bot by LunaSquee (Originally djazz, best poni :3) | |
// This is a plugin for nBot (https://git.mindcraft.si.eu.org/?p=nBot.git) | |
// Before using: npm install gamedig googleapis qs | |
// Have fun! | |
// Modules | |
var net = require('net') |
NewerOlder