<?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/20599" />

	<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>2019-03-21T07:55:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-03-21T07:55:35-04:00</updated>

		<published>2019-03-21T07:55:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107568#p107568</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107568#p107568"/>
		<title type="html"><![CDATA[set channel mode with no prefixed public command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107568#p107568"><![CDATA[
i had just one small detail , in the case of mentioning a voiced nick in the first parameter might result in a false positive for example:<br><br>if a chanop or me would type<br><br>+mike are u around buddy<br><br>and mike would be in channel and voiced that would trigger this  tcl and set channelmodes +mi in channel wich is an unwanted effect perhaps its an idea to check if there is a nick in first parameter that is in channel present to then ignore the function of setting mode if that to  be the case<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Thu Mar 21, 2019 7:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-03-01T09:38:57-04:00</updated>

		<published>2019-03-01T09:38:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107494#p107494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107494#p107494"/>
		<title type="html"><![CDATA[set channel mode with no prefixed public command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107494#p107494"><![CDATA[
tried it and seems  to work  well thnx SpiKe^^ apreciated as always<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Fri Mar 01, 2019 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2019-02-28T19:22:45-04:00</updated>

		<published>2019-02-28T19:22:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107492#p107492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107492#p107492"/>
		<title type="html"><![CDATA[set channel mode with no prefixed public command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107492#p107492"><![CDATA[
Updated the above code. Try again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Thu Feb 28, 2019 7:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-02-28T16:10:48-04:00</updated>

		<published>2019-02-28T16:10:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107489#p107489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107489#p107489"/>
		<title type="html"><![CDATA[set channel mode with no prefixed public command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107489#p107489"><![CDATA[
hm ok tried your suggestion SpiKe^^  and it didnt do anything and no errors<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Thu Feb 28, 2019 4:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2019-02-28T19:22:08-04:00</updated>

		<published>2019-02-28T14:14:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107488#p107488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107488#p107488"/>
		<title type="html"><![CDATA[bind mode request.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107488#p107488"><![CDATA[
Try replacing this one line...<div class="codebox"><p>Code: </p><pre><code>bind pubm o|o * chan:modes</code></pre></div>with these 2 lines...<div class="codebox"><p>Code: </p><pre><code>bind pubm o|o "#% +?*" chan:modesbind pubm o|o "#% -?*" chan:modes</code></pre></div>and restart the bot, to unload the old bind and add these 2.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Thu Feb 28, 2019 2:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2019-02-28T11:18:57-04:00</updated>

		<published>2019-02-28T11:18:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107486#p107486</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107486#p107486"/>
		<title type="html"><![CDATA[Re: set mode settings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107486#p107486"><![CDATA[
Perhaps something here would be useful, in testing that first character:<br><br><a href="http://www.tcl.tk/man/tcl8.6/TclCmd/string.htm" class="postlink">http://www.tcl.tk/man/tcl8.6/TclCmd/string.htm</a><br><br><br>How about? :<br><a href="http://www.tcl.tk/man/tcl8.6/TclCmd/string.htm#M9" class="postlink">http://www.tcl.tk/man/tcl8.6/TclCmd/string.htm#M9</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Feb 28, 2019 11:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2019-02-28T16:29:26-04:00</updated>

		<published>2019-02-28T11:10:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107485#p107485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107485#p107485"/>
		<title type="html"><![CDATA[set channel mode with no prefixed public command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107485#p107485"><![CDATA[
anyway to change this to have it set modes in the manner of for example:<br><br><br>+m<br>+vvvvvv nick nick nick nick nick<br>+l 120<br>+k secretkey<br>+M<br>+i<br>-i<br>+i<br>+b *!*@host<br><br>and so on, with the criteria of first char should be a + or - to determine its a mode setting<br><br><div class="codebox"><p>Code: </p><pre><code>bind pubm o|o * chan:modesproc chan:modes { user host ident chan arg } {  set mode [lindex [split $arg] 0]   putserv "MODE $chan :$mode" } </code></pre></div>because as the code is it sets modes even if regular words are  written<br><br>like im ok  tnx and how about u ( it will set +im and so on  while there was no + - used )<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Thu Feb 28, 2019 11:10 am</p><hr />
]]></content>
	</entry>
	</feed>
