From 42e1ccac7b7d32bce91c4faceee1c73feecad51b Mon Sep 17 00:00:00 2001 From: Cool Fire Date: Tue, 14 Mar 2017 19:00:11 +0100 Subject: [PATCH] Let's try that again with less stupid --- plugins/shells.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/shells.rb b/plugins/shells.rb index 2f4bf9b..4cab230 100644 --- a/plugins/shells.rb +++ b/plugins/shells.rb @@ -32,10 +32,11 @@ class Shells if( nick !~ /Cool_Fire|cFire|blueice|PowerWing|rundata|MatteWan/i ) if( message =~ /(how|can|may).+(ha[ve,z,s]|get|request|invite).+(sh[e,3]ll)/i ) @irc.message( @chan, "Hello #{nick}, please visit http://wiki.insomnia247.nl/wiki/Shells_FAQ#How_do_I_request_a_shell.3F for information on requesting shells.") + @irc.message( @chan, "If you have read the FAQ already and that is why you are now here, please let us know what you are planning to use the shell for." ) elsif( message =~ /(how|can|may).+(ha[ve,z,s]|get|request|invite).+(code|invite)/i ) @irc.message( @chan, "Hello #{nick}, please visit http://wiki.insomnia247.nl/wiki/Shells_FAQ#How_do_I_get_an_invite.3F for information on getting an invite." ) + @irc.message( @chan, "If you have read the FAQ already and that is why you are now here, please let us know what you are planning to use the shell for." ) end - @irc.message( @chan, "If you have read the FAQ already and that is why you are now here, please let us know what you are planning to use the shell for." ) end end end -- GitLab