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

	<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>2023-03-04T12:04:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2023-03-04T12:04:06-04:00</updated>

		<published>2023-03-04T12:04:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111746#p111746</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111746#p111746"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111746#p111746"><![CDATA[
edit basic working code :<br><div class="codebox"><p>Code: </p><pre><code>bind raw - 313 check:isircopbind join - * join:checkisircop  bind pub - operit check:ircopproc check:ircop {nick uhost hand chan text} {     set text [regsub -all -- {\s{2,}} [string trim [stripcodes * $text]] { }]  if {[botisop $chan] &amp;&amp; ![isbotnick $nick]} {    putserv "WHOIS $nick"  }}proc join:checkisircop {nick uhost hand chan} {  if {[botisop $chan] &amp;&amp; ![isbotnick $nick]} {    putserv "WHOIS $nick"  }}proc check:isircop {from keyword args} {  set nick [lindex [split $args] 1]  foreach chan [channels] {    if {![onchan $nick $chan] || ![botisop $chan] || [isop $nick $chan]} continue   pushmode $chan +o $nick   } }  </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Mar 04, 2023 12:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raven]]></name></author>
		<updated>2023-03-04T11:43:18-04:00</updated>

		<published>2023-03-04T11:43:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111745#p111745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111745#p111745"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111745#p111745"><![CDATA[
Sure, we can be found on irc.sosdg.org<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11751">raven</a> — Sat Mar 04, 2023 11:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2023-03-04T11:40:18-04:00</updated>

		<published>2023-03-04T11:40:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111744#p111744</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111744#p111744"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111744#p111744"><![CDATA[
perhaps i could connect to your server and do some checks myselve if you are ok with that if so pm me the details<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Mar 04, 2023 11:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raven]]></name></author>
		<updated>2023-03-04T11:35:17-04:00</updated>

		<published>2023-03-04T11:35:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111743#p111743</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111743#p111743"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111743#p111743"><![CDATA[
Nope, that did nothing. I am Server Admin, if that makes a difference? Different RAW numerical?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11751">raven</a> — Sat Mar 04, 2023 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2023-03-04T11:21:39-04:00</updated>

		<published>2023-03-04T11:21:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111742#p111742</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111742#p111742"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111742#p111742"><![CDATA[
from what i have read  and checking raw numerics for ircoper i came to find its raw numeric 313 that retreives ircops status in a whois<br><br>i came up with this see if it works as i dont run ratbox myselve else i could have tested myselve but from what ive read raw numeric 313 is RFC1459<br><br><br><br><br><br>see if this works out for you <br><div class="codebox"><p>Code: </p><pre><code>bind raw - 313 check:isircopbind join - * join:checkisircop  proc join:checkisircop {nick uhost hand chan} {  if {[botisop $chan] &amp;&amp; ![isbotnick $nick] &amp;&amp; ![validuser [nick2hand $nick]]} {    putserv "WHOIS $nick"  }}proc check:isircop {from keyword args} {  global verifieduser  if {![string match $verifieduser $args]} {return}  set nick [lindex [split $args] 1]  if {[validuser [nick2hand $nick]]} return  foreach chan [channels] {    if {![onchan $nick $chan] || [isop $nick $chan] || [isvoice $nick $chan]} continue   if {[botisop $chan]} { pushmode $chan +v $nick }  } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Mar 04, 2023 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raven]]></name></author>
		<updated>2023-03-04T10:36:41-04:00</updated>

		<published>2023-03-04T10:36:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111741#p111741</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111741#p111741"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111741#p111741"><![CDATA[
<a href="https://scripts.irssi.org/scripts/operit.pl" class="postlink">https://scripts.irssi.org/scripts/operit.pl</a><br><br>and on github:<br><br><a href="https://github.com/irssi/scripts/blob/master/scripts/operit.pl" class="postlink">https://github.com/irssi/scripts/blob/m ... /operit.pl</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11751">raven</a> — Sat Mar 04, 2023 10:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-03-04T09:40:35-04:00</updated>

		<published>2023-03-04T09:40:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111740#p111740</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111740#p111740"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111740#p111740"><![CDATA[
Give a link to the irssi script so we can understand exactly your expectations.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Mar 04, 2023 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raven]]></name></author>
		<updated>2023-03-04T06:31:53-04:00</updated>

		<published>2023-03-04T06:31:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111737#p111737</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111737#p111737"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111737#p111737"><![CDATA[
I know very little to nothing about scripting. irssi has a script for it, so it "should" be doable using /whois or RAW?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11751">raven</a> — Sat Mar 04, 2023 6:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2023-03-02T16:01:24-04:00</updated>

		<published>2023-03-02T16:01:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111727#p111727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111727#p111727"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111727#p111727"><![CDATA[
how would eggdrop know who is an ircop and who isnt ?<br><br>if there is a way to find out you could use that in a tcl to retreive<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Thu Mar 02, 2023 4:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raven]]></name></author>
		<updated>2023-03-02T13:40:40-04:00</updated>

		<published>2023-03-02T13:40:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111726#p111726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111726#p111726"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111726#p111726"><![CDATA[
<blockquote class="uncited"><div>you can use oper / superadmin option for that if you are using anope services on your IRC network or in the case u use inspircd there is a module you could use for that</div></blockquote>Perhaps, but I still want that as a script if possible <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> (We run ratbox btw)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11751">raven</a> — Thu Mar 02, 2023 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2023-03-02T11:03:30-04:00</updated>

		<published>2023-03-02T11:03:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111725#p111725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111725#p111725"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111725#p111725"><![CDATA[
you can use oper / superadmin option for that if you are using anope services on your IRC network or in the case u use inspircd there is a module you could use for that<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Thu Mar 02, 2023 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raven]]></name></author>
		<updated>2023-03-01T13:39:22-04:00</updated>

		<published>2023-03-01T13:39:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111721#p111721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111721#p111721"/>
		<title type="html"><![CDATA[OperIt and auto op for IRCop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111721#p111721"><![CDATA[
Hi. I Co-admin a smaller network, and would like a script that auto-ops any IRCop that joins, and that ops on trigger "operit". Anyone around that can help me out?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11751">raven</a> — Wed Mar 01, 2023 1:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
