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

	<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>2006-09-05T06:27:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2006-09-05T06:27:47-04:00</updated>

		<published>2006-09-05T06:27:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66134#p66134</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66134#p66134"/>
		<title type="html"><![CDATA[yes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66134#p66134"><![CDATA[
yes 60Secands equl to 1 minute<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Tue Sep 05, 2006 6:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-09-05T06:23:58-04:00</updated>

		<published>2006-09-05T06:23:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66133#p66133</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66133#p66133"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66133#p66133"><![CDATA[
60 seconds equals 1 minute.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Sep 05, 2006 6:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2006-09-05T06:20:13-04:00</updated>

		<published>2006-09-05T06:20:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66131#p66131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66131#p66131"/>
		<title type="html"><![CDATA[Re:Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66131#p66131"><![CDATA[
Can u make it 60 Secands ? i mean The ignore time &amp; watch all this TCL it give errer of primenick 2 <br><br><br>-------------------------------------<br>set primenick "Sonia^"; #Edit this<br>set nickpass "*******"; #Edit this<br>set nickservice "<a href="mailto:nickserv@services.dal.net">nickserv@services.dal.net</a>"; #Dont Edit<br>set servicesname "NickServ"; #Dont edit<br><br>bind evnt - init-server auto:id<br>bind notc - "*nick is owned by someone else*" autoid:notc<br>bind evnt - init-server addwatch<br><br>proc auto:id {type} { <br>  global botnick nickservice nickpass primenick<br>  putserv "PRIVMSG $nickservice :identify $primenick $nickpass"<br>}<br><br>proc autoid:notc {nick uhost hand text dest} {<br>  global botnick nickpass primenick nickservice<br>  if {($nickservice == "") || ([lsearch -exact [split [string tolower $nickservice]] [string tolower $nick]] != -1)} {<br>    putserv "PRIVMSG $nickservice :identify $primenick $nickpass"<br>    unbind notc - "*nick is owned by someone else*" autoid:notc<br>  }<br>}<br><br>proc addwatch { type } {<br>    if {![isbotnick $primenick]} {putquick "privmsg $nickservice :GHOST $primenick $nickpass" -next}<br>    putserv "watch +$servicesname"<br>}<br><br>bind pub m .join join:pub<br>proc join:pub {nick uhost hand chan text} {<br> global botnick<br> set text [lindex $text 0]<br> set temp [eval channel add $text]<br> putserv "NOTICE $nick :I have added $text to my channel list!"<br>}<br><br>bind pub m .part part:pub<br>proc part:pub {nick uhost hand chan text} {<br> global botnick<br> set text [lindex $text 0]<br> set temp [eval channel remove $text]<br> putserv "NOTICE $nick :I have deleted $text from my channel list!"<br>}<br><br>set exemptglobflags "m n o b f"<br>set exemptchanflags "m n o f"<br><br>bind msg - "*" msg:responce<br>proc msg:responce {nick uhost hand text} {<br>  global botnick<br>  set whom $nick<br>  set mask *!*@[lindex [split [$uhost $whom] @] 1]<br>  foreach globflag $exemptglobflags { if {[matchattr $hand $globflag]} { return 1 } }<br>  foreach chanflag $exemptchanflags { if {[matchattr $hand |$chanflag $chan]} { return 1 } }<br>  putserv "PRIVMSG $whom :main ap say nahi bolti ap to mare channel #alam main nahi han mara b channel join karain na type /j alam or double click on #alam"<br>  newignore $mask $whom TempIgnore 60<br>}<br><br> bind msgm - * responce:msgm<br> proc responce:msgm {nick uhost hand text} {<br>   global botnick<br>   set whom $nick<br>   set mask *!*[lindex [join [split $uhost $nick] @] 1]<br> putserv "PRIVMSG $whom :main ap say nahi bolti ap to mare channel #alam main nahi han mara b channel join karain na type /j alam or double click on #alam"<br>   newignore $mask $whom TempIgnore 60<br> }<br>putlog "Random Stuff - Loaded"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Tue Sep 05, 2006 6:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-09-05T06:15:09-04:00</updated>

		<published>2006-09-05T06:15:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66130#p66130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66130#p66130"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66130#p66130"><![CDATA[
Try reading the documentation<br><br>tcl-commands:<br>newignore &lt;hostmask&gt; &lt;creator&gt; &lt;comment&gt; [lifetime]<br>    Description: adds an entry to the ignore list; creator is given credit<br>      for the ignore. lifetime is how many minutes until the ignore expires<br>      and is removed. If lifetime is not specified, ignore-time (usually 60)<br>      is used. Setting the lifetime to 0 makes it a permanent ignore.<br><br><br>egghelp.org: eggdrop command reference (core commands)<br> ignores<br>   m|-<br>ignores [wildcard]<br>                  <br>   Lists the hostmasks that the bot is currently discarding msgs, etc from. The ignores are numbered, so they can be easily removed with .-ignore by number.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Sep 05, 2006 6:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2006-09-05T05:44:24-04:00</updated>

		<published>2006-09-05T05:44:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66129#p66129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66129#p66129"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66129#p66129"><![CDATA[
bind msgm - * responce:msgm<br> proc responce:msgm {nick uhost hand text} {<br>   global botnick<br>   set whom $nick<br>   set mask *!*[lindex [join [split $uhost $nick] @] 1]<br> putserv "PRIVMSG $whom :main ap say nahi bolti ap to mare channel #alam main nahi han mara b channel join karain na type /j alam or double click on #alam"<br>   newignore $mask $whom TempIgnore 60<br> }<br><br><br>Please see the code &amp; please tell me do it ignore for 60 days, hours, months, minutes , secands , i need it ignore for only 60 secands &amp; let me know how to see Ignore list in DCC of EGgdrop please<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Tue Sep 05, 2006 5:44 am</p><hr />
]]></content>
	</entry>
	</feed>
