<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.anope.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.anope.org/index.php?action=history&amp;feed=atom&amp;title=2.0%2FModules%2Fbs_assign</id>
		<title>2.0/Modules/bs assign - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.anope.org/index.php?action=history&amp;feed=atom&amp;title=2.0%2FModules%2Fbs_assign"/>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/bs_assign&amp;action=history"/>
		<updated>2026-05-14T02:10:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.4</generator>

	<entry>
		<id>//wiki.anope.org/index.php?title=2.0/Modules/bs_assign&amp;diff=678&amp;oldid=prev</id>
		<title>Azander: Created page with &quot;{{Language|2.0/Modules/bs_assign}} {{Syntax|bs_assign|BotServ|Anope}}  == &lt;div class=&quot;moduleheader&quot;&gt;Description&lt;/div&gt; == Add or Remogve a bot from your channel  == &lt;div class=...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/bs_assign&amp;diff=678&amp;oldid=prev"/>
				<updated>2014-05-07T18:47:25Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|2.0/Modules/bs_assign}} {{Syntax|bs_assign|BotServ|Anope}}  == &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; == Add or Remogve a bot from your channel  == &amp;lt;div class=...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language|2.0/Modules/bs_assign}}&lt;br /&gt;
{{Syntax|bs_assign|BotServ|Anope}}&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; ==&lt;br /&gt;
Add or Remogve a bot from your channel&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Commands&amp;lt;/div&amp;gt; == &lt;br /&gt;
;ASSIGN channel nick&lt;br /&gt;
:Assigns a bot pointed out by nick to a channel. You can then configure the bot for the channel so it fits your needs.&lt;br /&gt;
;UNASSIGN channel&lt;br /&gt;
: Unassigns a bot from a channel. When you use this command, the bot won't join the channel anymore. However, bot configuration for the channel is kept, so you will always be able to reassign a bot later without having to reconfigure it entirely.&lt;br /&gt;
;SET NOBOT channel {ON|OFF}&lt;br /&gt;
:This option makes a channel be unassignable. If a bot is already assigned to the channel, it is unassigned automatically when you enable the option. '''NOTE''': Access to this command requires the permission botserv/set/nobot to be present in your opertype.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Examples&amp;lt;/div&amp;gt; ==&lt;br /&gt;
/msg BotServ ASSIGN #myChannel FredBot&lt;br /&gt;
&lt;br /&gt;
/msg BotServ UNASSIGN #myOtherChannel&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Default Configuration&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;code&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 * bs_assign&lt;br /&gt;
 *&lt;br /&gt;
 * Provides the commands:&lt;br /&gt;
 *   botserv/assign - Used to assign BotServ bots to channels&lt;br /&gt;
 *   botserv/unassign - Used to unassign BotServ bots&lt;br /&gt;
 *   botserv/set/nobot - Used to prohibit channels from being assigned BotServ bots.&lt;br /&gt;
 *&lt;br /&gt;
 * Used for assigning and unassigning bots to channels.&lt;br /&gt;
 */&lt;br /&gt;
module { name = &amp;quot;bs_assign&amp;quot; }&lt;br /&gt;
command { service = &amp;quot;BotServ&amp;quot;; name = &amp;quot;ASSIGN&amp;quot;; command = &amp;quot;botserv/assign&amp;quot;; }&lt;br /&gt;
command { service = &amp;quot;BotServ&amp;quot;; name = &amp;quot;UNASSIGN&amp;quot;; command = &amp;quot;botserv/unassign&amp;quot;; }&lt;br /&gt;
command { service = &amp;quot;BotServ&amp;quot;; name = &amp;quot;SET NOBOT&amp;quot;; command = &amp;quot;botserv/set/nobot&amp;quot;; permission = &amp;quot;botserv/set/nobot&amp;quot;; }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Azander</name></author>	</entry>

	</feed>