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

	<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>2020-01-24T09:37:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[h1x0r1]]></name></author>
		<updated>2020-01-24T09:37:59-04:00</updated>

		<published>2020-01-24T09:37:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108005#p108005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108005#p108005"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108005#p108005"><![CDATA[
I'm so sorry for disturbing you. <br>Code is working fine but i forgot the fact user who sets redirect ban need to be operator not only in first channel. Need to be operator in redirectchan also ! <br><br>Thanks for the help again!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12844">h1x0r1</a> — Fri Jan 24, 2020 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2020-01-23T11:12:24-04:00</updated>

		<published>2020-01-23T11:12:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108001#p108001</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108001#p108001"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108001#p108001"><![CDATA[
I believe the redirect only affects users trying to join after the ban has been set and is active on the channel.<br><br>Your script is setting a ban on a user already in the channel.<br>The kick is removing the user from the channel, Not the redirectban:)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Thu Jan 23, 2020 11:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[h1x0r1]]></name></author>
		<updated>2020-01-23T03:52:04-04:00</updated>

		<published>2020-01-23T03:52:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107999#p107999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107999#p107999"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107999#p107999"><![CDATA[
Code is :<div class="codebox"><p>Code: </p><pre><code> #sexBANset redirectchan "#sex"proc sex_ban { nick uhost hand chan text } {global botnick redirectchanset banmask *![getchanhost $text $chan]if {[onchan $text]} {putquick "MODE $chan +b $banmask$redirectchan"putquick "KICK $chan $text This is not a sex channel"  } else { putserv "PRIVMSG $chan :$text Is Not In The Channel" }}</code></pre></div>and didn't work eggdrop is 1.6.21<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12844">h1x0r1</a> — Thu Jan 23, 2020 3:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2020-01-23T02:01:35-04:00</updated>

		<published>2020-01-23T02:01:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107996#p107996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107996#p107996"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107996#p107996"><![CDATA[
You also need to get rid of this text after the code on that line...<br><br> #this raw not working<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Thu Jan 23, 2020 2:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[h1x0r1]]></name></author>
		<updated>2020-01-23T01:56:05-04:00</updated>

		<published>2020-01-23T01:56:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107995#p107995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107995#p107995"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107995#p107995"><![CDATA[
Thanks for replay!<br><br>The change of banmask not working.<br>Bot didn't put any error in dcc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12844">h1x0r1</a> — Thu Jan 23, 2020 1:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2020-01-22T16:54:43-04:00</updated>

		<published>2020-01-22T16:54:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107991#p107991</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107991#p107991"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107991#p107991"><![CDATA[
This is the manual page for The "banredirect" Module in InspIRCd v2 <br><a href="https://docs.inspircd.org/2/modules/banredirect/" class="postlink">https://docs.inspircd.org/2/modules/banredirect/</a><br><br>The same seems to apply for InspIRCd v3<br><br>That explains what is required to make the banredirect command work.<br><br>Try changing your banmask line to like this:<div class="codebox"><p>Code: </p><pre><code>set banmask *![getchanhost $text $chan]</code></pre></div>Maybe a kick is not required after setting this banredirect mode?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Wed Jan 22, 2020 4:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[h1x0r1]]></name></author>
		<updated>2020-01-22T15:35:43-04:00</updated>

		<published>2020-01-22T15:35:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107990#p107990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107990#p107990"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107990#p107990"><![CDATA[
No, the command is $banmask#chan like: *!*<a href="mailto:ddd@dasd.com">ddd@dasd.com</a>#channel<br>I try with space and didn't work !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12844">h1x0r1</a> — Wed Jan 22, 2020 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2020-01-22T11:52:31-04:00</updated>

		<published>2020-01-22T11:52:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107989#p107989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107989#p107989"/>
		<title type="html"><![CDATA[Re: Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107989#p107989"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>       putquick "MODE $chan +b $banmask$redirectchan" #this raw not working  </code></pre></div><br>Should there be a space between  $banmask and $redirectchan ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Jan 22, 2020 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[h1x0r1]]></name></author>
		<updated>2020-01-22T05:59:55-04:00</updated>

		<published>2020-01-22T05:59:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107988#p107988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107988#p107988"/>
		<title type="html"><![CDATA[Redirect Ban with eggdrop (inspircd)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107988#p107988"><![CDATA[
Hello to all. I have to write some script to make ban with redirect chan. This option in inspircd server is possible with command mode +b banmask!*@*#channel<br>This is the code but it's not working:<div class="codebox"><p>Code: </p><pre><code>set redirectchan "#sex"proc sex_ban { nick uhost hand chan text } {global botnick redirectchanset banmask [getchanhost $text $chan]if {[onchan $text]} {putquick "MODE $chan +b $banmask$redirectchan" #this raw not working  putquick "KICK $chan $text Here is not a sex chan!"  } else { putserv "PRIVMSG $chan :$text Is Not In The Channel" }}</code></pre></div>Please help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12844">h1x0r1</a> — Wed Jan 22, 2020 5:59 am</p><hr />
]]></content>
	</entry>
	</feed>
