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
| [ | |
| "Aardvark", | |
| "Albatross", | |
| "Alligator", | |
| "Alpaca", | |
| "Ant", | |
| "Anteater", | |
| "Antelope", | |
| "Ape", | |
| "Armadillo", |
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
| /* | |
| * Easing Functions - inspired from http://gizma.com/easing/ | |
| * only considering the t value for the range [0, 1] => [0, 1] | |
| */ | |
| EasingFunctions = { | |
| // no easing, no acceleration | |
| linear: function (t) { return t }, | |
| // accelerating from zero velocity | |
| easeInQuad: function (t) { return t*t }, | |
| // decelerating to zero velocity |
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
| const Discord = require('discord.js') | |
| const { ReactionCollector } = require('discord.js') | |
| const token = '' | |
| const discord = Discord.Client() | |
| discord.login(token) | |
| const emojiToTrack = '⭐' |
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
| const is = h |
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
| <?php | |
| $headers = getallheaders(); | |
| $username = ""; | |
| if($headers["Nightbot-User"] !== null) | |
| { | |
| $username = $headers["Nightbot-User"]; | |
| } |
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
| -- MySQL dump 10.13 Distrib 5.5.49, for debian-linux-gnu (x86_64) | |
| -- | |
| -- Host: localhost Database: ozbt | |
| -- ------------------------------------------------------ | |
| -- Server version 5.5.49-0ubuntu0.14.04.1 | |
| /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
| /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
| /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
| /*!40101 SET NAMES utf8 */; |
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
| { | |
| "Items": [ { | |
| "TemplateId": "BADGE_BATTLE_ATTACK_WON", | |
| "Badge": { | |
| "BadgeType": "BADGE_BATTLE_ATTACK_WON", | |
| "BadgeRanks": 4, | |
| "Targets": "\\nd\\350\\007" | |
| } | |
| }, { | |
| "TemplateId": "BADGE_BATTLE_TRAINING_WON", |
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
| require tmijs | |
| client = new tmijs | |
| client.on(timeout, (channel, user) => { | |
| db.insert(channel, user, date) | |
| }) |
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
| "use strict"; | |
| var _config = require("../config/config.user.js"); | |
| var _client = undefined; | |
| var _dbHelpers = require("../mysqlHelpers.js"); | |
| var fs = require("fs"); | |
| var fork = require("child_process").fork; | |
| var consts = require("../consts.js"); | |
| var util = require("../util.js"); |
This file has been truncated, but you can view the full file.
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
| Connecting to irc-ws.chat.twitch.tv on port 80.. | |
| Sending authentication to server.. | |
| Connected to server. | |
| Connected to MySQL. | |
| Executing command: JOIN #megadriving | |
| Executing command: JOIN #tirean | |
| Joined #megadriving | |
| Joined #tirean | |
| [#tirean] <megadriving>: kk, should be ok | |
| [#tirean] <borg808>: Die so I can go to sleep |
NewerOlder