Comments on: How do I Add a BotServ Bot to my Channel? https://www.geekshed.net/2009/11/how-do-i-add-a-botserv-bot-to-my-channel/ GeekShed IRC Network Sun, 31 Aug 2014 02:23:35 +0000 hourly 1 https://wordpress.org/?v=4.5.3 By: Ryan https://www.geekshed.net/2009/11/how-do-i-add-a-botserv-bot-to-my-channel/#comment-47 Sun, 29 Nov 2009 19:51:30 +0000 http://www.geekshed.net/?p=562#comment-47 Some clients, for whatever reason, have a list of commands that the user is able to use. If the user tries to use a command that isn’t on this list, they are told that it isn’t a valid command; what the client should do, in my opinion, is to send the command anyways, and let the server tell the user that the command is invalid.

Try using /raw bs assign #channel botNick or /quote bs assign #channel botNick and you’ll see that it is a valid command, just one that is not recognized by the client you are using.

]]>
By: Phil https://www.geekshed.net/2009/11/how-do-i-add-a-botserv-bot-to-my-channel/#comment-46 Sun, 29 Nov 2009 19:05:23 +0000 http://www.geekshed.net/?p=562#comment-46 No. /bs works fine. In fact, using the /ns /cs and /bs aliases is more secure than using /msg servicename since it cannot mistakenly send to a malicious user if our security systems happen to fail.

]]>
By: Shadyman https://www.geekshed.net/2009/11/how-do-i-add-a-botserv-bot-to-my-channel/#comment-45 Sun, 29 Nov 2009 19:03:17 +0000 http://www.geekshed.net/?p=562#comment-45 You actually have to /msg botserv assign #yourChannel botNick
instead of /bs assign #yourChannel botNick

]]>