<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/6250" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-11-28T13:42:23-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/6250</id>

		<entry>
		<author><name><![CDATA[faisal]]></name></author>
		<updated>2003-11-28T13:42:23-04:00</updated>

		<published>2003-11-28T13:42:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30824#p30824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30824#p30824"/>
		<title type="html"><![CDATA[help: bind mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30824#p30824"><![CDATA[
Geez! That is all i have to do huh? LoLx... okok.. thanks a lot!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4080">faisal</a> — Fri Nov 28, 2003 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-11-28T13:40:19-04:00</updated>

		<published>2003-11-28T13:40:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30822#p30822</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30822#p30822"/>
		<title type="html"><![CDATA[help: bind mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30822#p30822"><![CDATA[
The mask is matched against "#channel_name +/-mode", so to make it trigger the proc for a +o on any channel, use "*+o" as a mask. If you want it to work only on a particular channel, include the channel name in the mask too.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Nov 28, 2003 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[faisal]]></name></author>
		<updated>2003-11-28T13:35:38-04:00</updated>

		<published>2003-11-28T13:35:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30821#p30821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30821#p30821"/>
		<title type="html"><![CDATA[help: bind mode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30821#p30821"><![CDATA[
Hello<br><br>    How do I make the bot notice a person when it detects a mode change.<br><br>-------------------------------------------------<br>(An example i made myself, this is what i want.)<br><br>ThebOt sets mode: +o thenick<br>-ThebOt- You are now a channel operator.<br>-------------------------------------------------<br>Error 1:<br><br>ThebOt sets mode: -o thenick<br>-ThebOt- You are now a channel operator.<br>-------------------------------------------------<br>Error 2:<br><br>ThebOt sets mode: +v thenick<br>-ThebOt- You are now a channel operator.<br>-------------------------------------------------<br><br>bind mode - * notice_op<br>proc notice_op {nick uhost hand chan change victim} {<br>    puthelp "NOTICE $victim :You're now a channel operator."<br>}<br><br>I need some modifying help here. How do i only make the bot notice the user when it detects only a +o and not -o or +v and etc. I know by putting a * in the &lt;mask&gt; place will represent anything and thus any mode change detected, the bot will notice. But i dont want that. I only want +o mode to be detected. Please help. =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4080">faisal</a> — Fri Nov 28, 2003 1:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
