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

	<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>2003-06-22T00:44:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-22T00:44:20-04:00</updated>

		<published>2003-06-22T00:44:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22350#p22350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22350#p22350"/>
		<title type="html"><![CDATA[unban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22350#p22350"><![CDATA[
Check the tcl-commands.doc file for "newchanban" and use it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jun 22, 2003 12:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[forever79]]></name></author>
		<updated>2003-06-21T20:34:49-04:00</updated>

		<published>2003-06-21T20:34:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22342#p22342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22342#p22342"/>
		<title type="html"><![CDATA[unban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22342#p22342"><![CDATA[
hi<br><strong class="text-strong">1.) my bot isnt unban to any ban<br>my spam tcl is:</strong><br><br>bind msgm - * pv_kick<br><br>proc pv_kick {nick uhost hand text} {<br>global botnick spambantime<br><br>##  i think u dont need to change anything below <br>##  the bot will kickban if someone private message bot said words with "#" , "join" ,"channel" .etc <br>##  if u want change please make sure you cannot put "*words*" . "*" or "?" will make the tcl didn`t work<br><br>if {[regexp -nocase "" $text] &gt; 0} { <br>  foreach kickchan [channels] {<br>    if {![isop $nick $kickchan] || ![isvoice $nick $kickchan]} {    <br>      if {[onchan $nick $kickchan]} {   <br>         set bmask "*!*[string range $uhost [string first "@" $uhost] end]"<br>         if {![ischanban $bmask $kickchan] || [botisop $kickchan]} {<br>               set kickmsg "\00312\002\037Cause\037:\002 Mass-Msg/Invite/Adv/Trojan Send\00312"  <br>               putquick "KICK $kickchan $nick :$kickmsg"<br>               putquick "mode $kickchan +b $bmask $spambantime"<br>               ...............................................................<br>             }<br>       }<br>    }<br>}<br>}<br>}<br><br><br><br><br><br><strong class="text-strong">which command i put the blank?<br>ex: timer 10 putquick "mode $kickchan -b $bmask $spambantime"<br>but this is not working....<br><br><br>please help</strong><br><br><strong class="text-strong">2.) my bot isnt unban expire any bans,<br>my eggdrop.conf is:</strong><br><br>#### CHANNELS MODULE ####<br>loadmodule channels<br>set chanfile "cirkinBOT.chan"<br>set force-expire 1<br>set share-greet 0<br>set use-info 1<br><br>set global-flood-chan 10:60<br>set global-flood-deop 3:10<br>set global-flood-kick 3:10<br>set global-flood-join 5:60<br>set global-flood-ctcp 3:60<br>set global-flood-nick 5:60<br>set global-aop-delay 5:30<br>set global-idle-kick 0<br>set global-chanmode "ntdSqc"<br>set global-stopnethack-mode 0<br>set global-revenge-mode 1<br>set global-ban-time 30<br>set global-exempt-time 30<br>set global-invite-time 60<br><br>set global-chanset {<br>        -autoop         -autovoice<br>        -bitch          +cycle<br>        +dontkickops    +dynamicbans<br>        +dynamicexempts +dynamicinvites<br>        +enforcebans    +greet<br>        -inactive       -nodesynch<br>        -protectfriends +protectops<br>        -revenge        -revengebot<br>        -secret         -seen<br>        +shared         +statuslog<br>        +userbans       +userexempts<br>        +userinvites    -protecthalfops<br>        -autohalfop<br>}<br><br>channel add #ayna {<br>  chanmode "+fntcdqS-ikps 3:1"<br>  idle-kick 0<br>  ban-time 10<br>  exempt-time 10<br>  flood-chan 4:3<br>  flood-join 5:8<br>  flood-ctcp 3:60<br>  flood-deop 5:10<br>  flood-kick 7:10<br>  need-op { putserv "chanserv op #ayna $botnick" }<br>  need-unban { putserv "chanserv unban #ayna $botnick" }<br>}<br><br>channel set #ayna -autoop -autovoice -bitch +cycle +dontkickops +dynamicbans +dynamicexempts +dynamicinvites<br>channel set #ayna +enforcebans +greet -inactive -nodesynch -protectfriends +protectops -revenge -revengebot<br>channel set #ayna -secret -seen +shared +statuslog +userbans +userexempts +userinvites -protecthalfops -autohalfop<br><br>#### SERVER MODULE ####<br>loadmodule server<br>set net-type 5<br>set init-server { putserv "MODE $botnick +i-ws" }<br>set keep-nick 1<br>set strict-host 0<br>set quiet-reject 1<br>set lowercase-ctcp 0<br>set answer-ctcp 3<br>set flood-msg 5:60<br>set flood-ctcp 3:60<br>set never-give-up 1<br>set strict-servernames 0<br>set server-cycle-wait 60<br>set server-timeout 60<br>set servlimit 0<br>set check-stoned 1<br>set use-console-r 0<br>set debug-output 0<br>set serverror-quit 1<br>set max-queue-msg 300<br>set trigger-on-ignore 0<br>set double-mode 0<br>set double-server 0<br>set double-help 0<br>set optimize-kicks 1<br>set stack-limit 4<br>### SERVER MODULE - OTHER NETWORKS (net-type 5) ###<br>#set check-mode-r 1<br>#set nick-len 9<br>#### CTCP MODULE ####<br>loadmodule ctcp<br>set ctcp-mode 0<br>### IRC MODULE ####<br>loadmodule irc<br>set bounce-bans 1<br>set bounce-modes 0<br>set max-bans 60<br>set max-modes 30<br>set kick-fun 1<br>set ban-fun 0<br>set learn-users 0<br>set wait-split 600<br>set wait-info 180<br>set mode-buf-length 200<br>unbind msg - ident *msg:ident<br>unbind msg - addhost *msg:addhost<br>set no-chanrec-info 0<br>### IRC MODULE - IRCnet SPECIFIC FEATURES (net-type 1) ###<br>set bounce-exempts 0<br>set bounce-invites 0<br>set max-exempts 20<br>set max-invites 20<br>#set use-exempts 0<br>#set use-invites 0<br>set prevent-mixing 1<br>### IRC MODULE - OTHER NETWORKS (net-type 5) ###<br>set kick-method 1<br>set modes-per-line 6<br>#set include-lk 1<br>#set use-354 0<br>#set rfc-compliant 1<br>#### TRANSFER MODULE ####<br>#loadmodule transfer<br>set max-dloads 3<br>set dcc-block 1024<br>set copy-to-tmp 1<br>set xfer-timeout 30<br>#### SHARE MODULE ####<br>#loadmodule share<br>#set allow-resync 0<br>#set resync-time 900<br>#set private-global 0<br>#set private-globals "mnot"<br>#set private-user 0<br>#set override-bots 0<br><br>##### SCRIPTS #####<br><br>source scripts/alltools.tcl<br>source scripts/action.fix.tcl<br>source scripts/noadvertiseonme.tcl<br>source scripts/mc.spamcheck.tcl<br>source scripts/compat.tcl<br>source scripts/userinfo.tcl<br>loadhelp userinfo.help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3368">forever79</a> — Sat Jun 21, 2003 8:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
