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

	<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>2021-07-13T02:07:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[vam2u]]></name></author>
		<updated>2021-07-13T02:07:15-04:00</updated>

		<published>2021-07-13T02:07:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110096#p110096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110096#p110096"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110096#p110096"><![CDATA[
Yes, it's weird when other op in the channel deop, it will trigger the message as well. I tried it a few times, it does happen.<br>For now I comment off the message.<br>Thanks for following up @simo<br><blockquote class="uncited"><div>when a random chanops gets deopped it sends out the text?<br> <br>that seems odd since its checks if the BOT is deopped and only the BOT</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12907">vam2u</a> — Tue Jul 13, 2021 2:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-07-03T13:44:28-04:00</updated>

		<published>2021-07-03T13:44:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110038#p110038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110038#p110038"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110038#p110038"><![CDATA[
when a random chanops gets deopped it sends out the text?<br> <br>that seems odd since its checks if the BOT is deopped and only the BOT<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Jul 03, 2021 1:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gulio]]></name></author>
		<updated>2021-07-02T00:07:32-04:00</updated>

		<published>2021-07-02T00:07:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110037#p110037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110037#p110037"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110037#p110037"><![CDATA[
If u like try this too<br><div class="codebox"><p>Code: </p><pre><code>bind mode - "*-*o*" self-pro:autoreopproc self-pro:autoreop {nick uhost hand chan mode target} {global botnickif {($target == $botnick)} {putquick "cs op $chan"}}bind kick - * prot:kickproc prot:kick {nick uhost handle channel theone arg} {global botnickif {[string tolower $theone] == [string tolower $botnick] } {if {[matchattr handle o]} { return 0 }putserv "cs unban $channel"putserv "cs invite $channel"putserv "join $channel "pushmode $channel +o $botnickreturn 0}}bind mode - "* +b" prot_banproc prot_ban {nick uhost hand chan mc ban} {global botnick botnameif {[string match "$ban" "$botname"]} {putserv "cs unban $chan $botnick"} else {set pnicks ""foreach user [chanlist $chan b] {if {[matchattr [nick2hand $user $chan] o]} {lappend pnicks $user}}foreach pnick $pnicks {if {[string match "$ban" "$pnick![getchanhost $pnick $chan]"]} {putserv "cs unban $chan $botnick"}}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12887">Gulio</a> — Fri Jul 02, 2021 12:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vam2u]]></name></author>
		<updated>2021-06-30T10:11:07-04:00</updated>

		<published>2021-06-30T10:11:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110036#p110036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110036#p110036"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110036#p110036"><![CDATA[
Sorry for my late update @simo, it works well so far.<br>But there is 1 observation, when other op deop in channel it will trigger the bot to perform "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"<br><br><blockquote class="uncited"><div>edited:<br><div class="codebox"><p>Code: </p><pre><code>bind MODE - * protect:modesproc protect:modes {nick uhost hand chan mode target} {   global botnick        if {[isbotnick $nick]} return        if {[matchattr $hand n]} return   switch -- $mode {      "-o" {         if {[isbotnick $target]} {            puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"         puthelp "chanserv deop $chan $nick"          puthelp "chanserv op $chan $botnick" }      }      "+b" {         if {![matchaddr $target $::botname]} return         if {[botisop $chan]} {  puthelp "mode $chan -b $target"  ;  puthelp "mode $chan -o $nick" } else {   puthelp "chanserv unban $chan $botnick"  ; puthelp "chanserv deop $chan $nick" }         puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"      }   }}</code></pre></div></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12907">vam2u</a> — Wed Jun 30, 2021 10:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2021-06-19T20:51:57-04:00</updated>

		<published>2021-06-19T20:51:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110007#p110007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110007#p110007"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110007#p110007"><![CDATA[
I personally just use <strong class="text-strong">PRIVMSG <a href="mailto:chanserv@services.dal.net">chanserv@services.dal.net</a> </strong><br><br>same with using  /cs or or PRIVMSG Chanserv  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Sat Jun 19, 2021 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-06-19T17:47:30-04:00</updated>

		<published>2021-06-19T17:47:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110006#p110006</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110006#p110006"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110006#p110006"><![CDATA[
most networks use aliases tho including dalnet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Jun 19, 2021 5:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-06-19T14:54:45-04:00</updated>

		<published>2021-06-19T14:54:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110005#p110005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110005#p110005"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110005#p110005"><![CDATA[
So you'd better use <span style="text-decoration:underline">PRIVMSG <a href="mailto:chanserv@services.dal.net">chanserv@services.dal.net</a></span> to have a script which can work everywhere (just need to change the host).<br>Using the alias is imho a bad idea, because it could be really restrictive.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Jun 19, 2021 2:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-06-19T13:27:53-04:00</updated>

		<published>2021-06-19T13:27:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110004#p110004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110004#p110004"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110004#p110004"><![CDATA[
he needed it for dalnet crazycat and dalnet doesnt use: privmsg chanserv<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Jun 19, 2021 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2021-06-19T12:56:11-04:00</updated>

		<published>2021-06-19T12:56:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110003#p110003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110003#p110003"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110003#p110003"><![CDATA[
<blockquote class="uncited"><div>My 2 cents: using <strong class="text-strong">puthelp "PRIVMSG ChanServ :deop $chan $nick"</strong> might be better than <em class="text-italics">puthelp "chanserv deop $chan $nick"</em> as the command chanserv is a server-specific alias.</div></blockquote>Yep! that is correct, although in DalNET(following users above request to make it work for DalNET), you have to either use<div class="codebox"><p>Code: </p><pre><code>puthelp "PRIVMSG ChanServ@services.dal.net :deop $chan $nick"</code></pre></div>Or<div class="codebox"><p>Code: </p><pre><code>puthelp "Chanserv :deop $chan $nick"</code></pre></div>Hope this helps  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Sat Jun 19, 2021 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-06-19T12:15:57-04:00</updated>

		<published>2021-06-19T12:15:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110002#p110002</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110002#p110002"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110002#p110002"><![CDATA[
My 2 cents: using <strong class="text-strong">puthelp "PRIVMSG ChanServ :deop $chan $nick"</strong> might be better than <em class="text-italics">puthelp "chanserv deop $chan $nick"</em> as the command chanserv is a server-specific alias.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Jun 19, 2021 12:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-06-19T11:07:17-04:00</updated>

		<published>2021-06-19T11:07:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110001#p110001</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110001#p110001"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110001#p110001"><![CDATA[
edited:<br><div class="codebox"><p>Code: </p><pre><code>bind MODE - * protect:modesproc protect:modes {nick uhost hand chan mode target} {   global botnick        if {[isbotnick $nick]} return        if {[matchattr $hand n]} return   switch -- $mode {      "-o" {         if {[isbotnick $target]} {            puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"         puthelp "chanserv deop $chan $nick"          puthelp "chanserv op $chan $botnick" }      }      "+b" {         if {![matchaddr $target $::botname]} return         if {[botisop $chan]} {  puthelp "mode $chan -b $target"  ;  puthelp "mode $chan -o $nick" } else {   puthelp "chanserv unban $chan $botnick"  ; puthelp "chanserv deop $chan $nick" }         puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Jun 19, 2021 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-06-18T12:57:34-04:00</updated>

		<published>2021-06-18T12:57:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110000#p110000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110000#p110000"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110000#p110000"><![CDATA[
try this :<br><div class="codebox"><p>Code: </p><pre><code>bind MODE - * protect:modesproc protect:modes {nick uhost hand chan mode target} {   global botnick        if {[isbotnick $nick]} return        if {[matchattr $hand n]} return   switch -- $mode {      "-o" {         if {[isbotnick $target]} {   puthelp "chanserv op $chan $botnick" ; puthelp "mode $chan -o $nick" }         puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"      }      "+b" {         if {![matchaddr $target $::botname]} return         if {[botisop $chan]} {  puthelp "mode $chan -b $target"  ;  puthelp "mode $chan -o $nick" } else {   puthelp "chanserv unban $chan $botnick"  ; puthelp "chanserv deop $chan $nick" }         puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Fri Jun 18, 2021 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vam2u]]></name></author>
		<updated>2021-06-18T01:36:44-04:00</updated>

		<published>2021-06-18T01:36:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109992#p109992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109992#p109992"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109992#p109992"><![CDATA[
Thanks for your prompt response @simo <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile"> <br>It work out nicely now!<br>If it can punish (deop the user) who deop or ban the bot nick will be even greater.<br><blockquote class="uncited"><div>edited</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12907">vam2u</a> — Fri Jun 18, 2021 1:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-06-17T17:28:05-04:00</updated>

		<published>2021-06-17T17:28:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109991#p109991</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109991#p109991"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109991#p109991"><![CDATA[
edited<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Thu Jun 17, 2021 5:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-06-17T17:04:05-04:00</updated>

		<published>2021-06-17T17:04:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109990#p109990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109990#p109990"/>
		<title type="html"><![CDATA[solicitud de guiones]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109990#p109990"><![CDATA[
try this vam2u : <br><div class="codebox"><p>Code: </p><pre><code>bind MODE - * protect:modesproc protect:modes {nick uhost hand chan mode target} {   global botnick        if {[isbotnick $nick]} return        if {[matchattr $hand n]} return   switch -- $mode {      "-o" {         if {[isbotnick $target]} {   puthelp "chanserv op $chan $botnick" }         puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"      }      "+b" {         if {![matchaddr $target $::botname]} return         if {[botisop $chan]} {  puthelp "mode $chan -b $target"   } else {   puthelp "chanserv unban $chan $botnick"   }         puthelp "PRIVMSG $chan :\002 $nick what you are doing is not helping the smooth running of the channel\002"      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Thu Jun 17, 2021 5:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
