diff --git a/plugins/shells.rb b/plugins/shells.rb index 2f4bf9b91c0ee8b826d2ca9a31fdfdf5951274fe..4cab2301056cab14362441502e599cb59e6c6b98 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