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

	<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>2002-07-19T18:03:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-19T18:03:15-04:00</updated>

		<published>2002-07-19T18:03:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9014#p9014</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9014#p9014"/>
		<title type="html"><![CDATA[Swear Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9014#p9014"><![CDATA[
If u just want 2 get da job done....<br>why dont you just use the mc.badwords.tcl ?  <br><br>[ lame reply?..lol sorry den ]<p>Statistics: Posted by Guest — Fri Jul 19, 2002 6:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-14T19:08:33-04:00</updated>

		<published>2002-07-14T19:08:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8879#p8879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8879#p8879"/>
		<title type="html"><![CDATA[swear script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8879#p8879"><![CDATA[
Hi, can anyone will advise/suggestions/help, how to deal this problem??? please.<br><br><br>Thanks<br>regards<br>AW<p>Statistics: Posted by Guest — Sun Jul 14, 2002 7:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-14T04:46:11-04:00</updated>

		<published>2002-07-14T04:46:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8850#p8850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8850#p8850"/>
		<title type="html"><![CDATA[swear script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8850#p8850"><![CDATA[
Hi,<br>i tried to use -&gt; lsearch -exact ....format as well, but didn't work<br>can anyone help me please???<br><br>thanks<br>regards<br>AW<p>Statistics: Posted by Guest — Sun Jul 14, 2002 4:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-13T01:44:21-04:00</updated>

		<published>2002-07-13T01:44:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8832#p8832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8832#p8832"/>
		<title type="html"><![CDATA[swear script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8832#p8832"><![CDATA[
Hi,<br><br>i will appreciate if someone can help me please.<br><br>i have a swear script and have badwords list, like for example "cock", but somehow its kicking on this word as well cocktail.etc<br>is there anyway i can set for an exact words and for wildcard and if words end like [censored]* or start *[censored]...<br><br>set bword "badword1"<br>set ban-time 10<br>set Ban "For abusive language"<br>set flag1 Y<br>set flag2 E<br>set flag3 G<br><br>bind pubm - "*[censored]*"  badword<br>bind pubm - "bastard" badword<br>bind pub -    "suck"     badword<br>bind pub -    "cock"     badword<br><br>proc badword {nick uhost hand chan rest} {<br>putlog "$nick $uhost $hand $chan $rest"<br>  global botnick ban-time Ban bword<br>    if {([ matchattr $hand f ])} {<br>      putserv "PRIVMSG $chan :\001ACTION OVER Hears \002$nick\002 And SmiLes L:-)\001"<br>        return 1<br>} elseif {([matchattr $hand G])} {<br>          chattr $nick +dk<br>  setuser $nick COMMENT "Perm banned for 4 bad word offenses"<br>          putserv "PRIVMSG $chan :$nick You Are Not Welcomed Here Anymore..."<br>  putserv "KICK $chan $nick :$Ban \[Perm\]"<br>        return 1<br>} elseif {([matchattr $hand E])} {<br>  chattr $nick +G-E<br>  putserv "PRIVMSG $chan :$nick You Have Had Your Chances, Now You Are Out of Here. Strike! two  Your --------=&gt;&gt;&gt; Out."<br>          set banlamer [maskhost [getchanhost $nick $chan]]<br>          newban $banlamer Badword $Ban 120 none<br>          setuser $nick COMMENT "3 Bad Word Offenses"<br>          return 1<br>} elseif {([matchattr $hand Y])} {<br>  chattr $nick +E-Y<br>  putserv "PRIVMSG $chan :Has taken action on $nick for the 2nd Offense"<br>  set banlamer [maskhost [getchanhost $nick $chan]]<br>          newban $banlamer Badword $Ban 10 none<br>          setuser $nick COMMENT "2 Bad Word Offenses"<br>          return 1<br>} <br>          adduser $nick [maskhost [getchanhost $nick $chan]]<br>          putserv "PRIVMSG $chan :\001ACTION Detected A Banned Word by $nick\001"<br>          putserv "PRIVMSG $nick :\001ACTION Hey, $nick, Profanity IS BAD,I Will Not allow Such A Thing In This Channel!!!\001"<br>          putserv "PRIVMSG $chan :\001ACTION Bad Language Is Not Fun, $nick Should never have said that...\001"<br>          putserv "KICK $chan $nick :Get The out of here with that kind of talk"<br>          putserv "NOTICE $nick :Please DON'T use that language in $chan"<br>          putserv "NOTICE $nick :\001ACTION Is Frowning At $nick This is your \[1st Warning\]\001"<br>          putserv "NOTICE $nick :If You Continue, You Will Be Banned The Second Time For 1 hour"<br>          chattr $nick +Y<br>          setuser $nick PASS $bword <br>          setuser $nick COMMENT "1st Offense Badword"<br>          return 0<br> }<br><br>Thanks<br>regards<br>Aw<p>Statistics: Posted by Guest — Sat Jul 13, 2002 1:44 am</p><hr />
]]></content>
	</entry>
	</feed>
