From 53be559cddb69466f200a6b033d7a57a90d359cc Mon Sep 17 00:00:00 2001 From: Test_User Date: Sun, 12 Jun 2022 13:48:58 -0400 Subject: always gonna give you up --- commands.lua | 85 ------------------------------------------------------------ 1 file changed, 85 deletions(-) diff --git a/commands.lua b/commands.lua index dfad669..e078528 100644 --- a/commands.lua +++ b/commands.lua @@ -29,75 +29,6 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ]] -local rickroll = { - "We're no strangers to love", - "You know the rules, and so do I", - "A full commitment is what I'm thinking of", - - "You wouldn't get this from any other guy", - - "I just wanna tell you how I'm feeling", - "Gotta make you, understand", - - "Never gonna give you up", - "Never gonna let you down", - "Never gonna run around and desert you", - - "Never gonna make you cry", - "Never gonna say goodbye", - "Never gonna tell a lie, and hurt you", - - "We've known each other, for so long", - "Your heart's been aching but, you're too shy to say it", - "Inside we both know what's been going on", - "We know the game and we're gonna play it", - - "And if you ask me how I'm feeling", - "Don't tell me you're too blind to see", - - "Never gonna give you up", - "Never gonna let you down", - "Never gonna run around, and desert you", - - "Never gonna make you cry", - "Never gonna say goodbye", - "never gonna tell a lie, and hurt you", - - "Never gonna give you up", - "Never gonna let you down", - "Never gonna run around, and desert you", - - "Never gonna make you cry", - "Never gonna say goodbye", - "never gonna tell a lie, and hurt you", - - "Give you up", - "Never gonna give, never gonna give", - "Give you up", - "Never gonna give, never gonna give", - - "We've known each other, for so long", - "Your heart's been aching but, you're too shy to say it", - "Inside we both know what's been going on", - "We know the game and we're gonna play it", - - "I just wanna tell you how I'm feelin", - "Gotta make you, understand", - "Never gonna give you up", - "Never gonna let you down", - "Never gonna run around, and desert you", - "Never gonna make you cry", - "Never gonna say goodbye", - "never gonna tell a lie, and hurt you", - "Never gonna give you up", - "Never gonna let you down", - "Never gonna run around, and desert you", - "Never gonna make you cry", - "Never gonna say goodbye", - "never gonna tell a lie, and hurt you", -} - - commands = { ["SANICK"] = { func = function(con, user, cmd, args, resp) @@ -166,22 +97,6 @@ commands = { args = "[
]", }, - ["NGGYU"] = { - func = function(con, user, cmd, args, resp) - if #args == 0 then - for _, line in pairs(rickroll) do - con:send(":1HC000000 PRIVMSG "..resp.." :"..line.."\n") - end - else - for _, line in pairs(rickroll) do - con:send(":1HC000000 PRIVMSG "..args[1].." :"..line.."\n") - end - end - end, - privs = {"Admin"}, - args = "[]", - }, - ["RECONNECT"] = { func = function(con, user, cmd, args, resp) return true -- cgit v1.2.3