diff --git a/plugins/shells.rb b/plugins/shells.rb index 56ab1cdf2ce51774dc0892fbb3719cfdf9ebed9e..af05e2233d492e67d1373b818dff87f89a8ba5fd 100644 --- a/plugins/shells.rb +++ b/plugins/shells.rb @@ -83,10 +83,11 @@ class Shells when /^git/i info = [ "https://git.insomnia247.nl", "No shell account is required to sign up here." ] - when /^learnix/i - info = [ "Learnix shells: http://dams.insomnia247.nl/Public/Learnix.html" ] + when /^ports?/i + ports( nick, user, host, from, msg, arguments, con ) + return else - info = [ "Available options: Main, FAQ, Rules, Shell, Invite, Good, Bad, Learning, suwww, Heartbeat, Git, Learnix" ] + info = [ "Available options: Main, FAQ, Rules, Shell, Invite, Good, Bad, Learning, suwww, Heartbeat, Git, Ports" ] end printhelp( from, con, info ) end