From 73bc4274db4e3b3683a08149d56c4ca7e5762791 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 2 Aug 2018 09:55:09 -0400 Subject: Getting rid of the channelCreate module and added the bash loop script --- events/channelCreate.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 events/channelCreate.js (limited to 'events') diff --git a/events/channelCreate.js b/events/channelCreate.js deleted file mode 100644 index 339a3b5..0000000 --- a/events/channelCreate.js +++ /dev/null @@ -1,14 +0,0 @@ -/** ************************************** - * - * ChannelCreate: Plugin for PokeBot that setups gyms when they are created. - * Copyright (C) 2018 TheEdge, jtsshieh, Alee - * - * Licensed under the Open Software License version 3.0 - * - * *************************************/ - -module.exports = (bot, channel) => { - if (channel.name.startsWith('gym-')) { - channel.setTopic('Current Owner: *none*'); - } -}; -- cgit v1.2.3