summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2022-06-12 13:48:58 -0400
committerTest_User <hax@andrewyu.org>2022-06-12 13:48:58 -0400
commit53be559cddb69466f200a6b033d7a57a90d359cc (patch)
tree2b6638831faf48b1ab45f7aedac741e2f7402e79
parent60335b238ad75bbea7e088d16e1717556dbb182a (diff)
downloadcoupserv-53be559cddb69466f200a6b033d7a57a90d359cc.tar.gz
coupserv-53be559cddb69466f200a6b033d7a57a90d359cc.zip
always gonna give you up
-rw-r--r--commands.lua85
1 files changed, 0 insertions, 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 = "[<section>]",
},
- ["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 = "[<target>]",
- },
-
["RECONNECT"] = {
func = function(con, user, cmd, args, resp)
return true