diff --git a/plugins/shells.rb b/plugins/shells.rb index 60337c67e3f94b13c45c7b08f797fc6a4ecc5705..2f4bf9b91c0ee8b826d2ca9a31fdfdf5951274fe 100644 --- a/plugins/shells.rb +++ b/plugins/shells.rb @@ -35,6 +35,7 @@ class Shells 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." ) 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