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

	<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>2007-08-03T05:15:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ircguru]]></name></author>
		<updated>2007-08-03T05:15:20-04:00</updated>

		<published>2007-08-03T05:15:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74936#p74936</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74936#p74936"/>
		<title type="html"><![CDATA[Sir Awyeah]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74936#p74936"><![CDATA[
Your code is perfect but that is just showing in bot dcc not in onotice .. can u please check it !!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9170">ircguru</a> — Fri Aug 03, 2007 5:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-07-22T20:36:43-04:00</updated>

		<published>2007-07-22T20:36:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74661#p74661</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74661#p74661"/>
		<title type="html"><![CDATA[request of Why command tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74661#p74661"><![CDATA[
This script will opnotice the <em class="text-italics">WHY command</em> to the channel when a user gets <em class="text-italics">opped by Chanserv</em> (better to check on +o mode, rather than on join). Not the best of solutions, but here you go: <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><div class="codebox"><p>Code: </p><pre><code>#Set your channel services name@services hereset chanserv "chanserv@services.dal.net"bind mode - "*" check:why:on:opbind notc - "*" chanserv:whyproc check:why:on:op {nick uhost hand chan mode arg} { global chanserv chanservwhy set arg [string tolower $arg] if {[string equal "+o" $mode] &amp;&amp; [string equal "ChanServ" $nick] &amp;&amp; [botisop $chan] &amp;&amp; ![isbotnick $arg]} {  putserv "PRIVMSG $::chanserv :WHY $chan $arg"  set chanservwhy($arg) 1  }}proc chanserv:why {nick uhost hand text {dest ""}} { global chanservwhy  set text [stripcodes bcruag $text]  set nick [string tolower [lindex $text 0]]  if {[info exists chanservwhy($nick)]} {   if {[isbotnick $dest] &amp;&amp; [string equal "ChanServ" $nick] &amp;&amp; [string match "*has * access to #* *Reason:*" $text] &amp;&amp; [string match -nocase "#*" [string trimright [lindex $text 5] .]]} {    putquick "ONOTICE [string trimright [lindex $text 5] .] :$text"    unset chanservwhy($nick)    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jul 22, 2007 8:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ircguru]]></name></author>
		<updated>2007-07-22T16:14:01-04:00</updated>

		<published>2007-07-22T16:14:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74651#p74651</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74651#p74651"/>
		<title type="html"><![CDATA[request of Why command tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74651#p74651"><![CDATA[
hello sir. i need a tcl which gives a why command to op notice when any op join the channel with different nicks .. so the bot will give onotice to channel thanQ!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9170">ircguru</a> — Sun Jul 22, 2007 4:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
