From 6737d4aed6cef47c9c62ee357cbf2f6a7d0aabbf Mon Sep 17 00:00:00 2001 From: Cool Fire Date: Tue, 14 Mar 2017 18:56:25 +0100 Subject: [PATCH] Add extra line to request usage info --- plugins/shells.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/shells.rb b/plugins/shells.rb index 60337c6..2f4bf9b 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 -- GitLab