This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by h1x0r1
Fri Jan 24, 2020 9:37 am
Forum: Scripting Help
Topic: Redirect Ban with eggdrop (inspircd)
Replies: 8
Views: 6171

I'm so sorry for disturbing you.
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 !

Thanks for the help again!
by h1x0r1
Thu Jan 23, 2020 3:52 am
Forum: Scripting Help
Topic: Redirect Ban with eggdrop (inspircd)
Replies: 8
Views: 6171

Code is : #sexBAN set redirectchan "#sex" proc sex_ban { nick uhost hand chan text } { global botnick redirectchan set banmask *![getchanhost $text $chan] if {[onchan $text]} { putquick "MODE $chan +b $banmask$redirectchan" putquick "KICK $chan $text This is not a sex channe...
by h1x0r1
Thu Jan 23, 2020 1:56 am
Forum: Scripting Help
Topic: Redirect Ban with eggdrop (inspircd)
Replies: 8
Views: 6171

Thanks for replay!

The change of banmask not working.
Bot didn't put any error in dcc.
by h1x0r1
Wed Jan 22, 2020 3:35 pm
Forum: Scripting Help
Topic: Redirect Ban with eggdrop (inspircd)
Replies: 8
Views: 6171

No, the command is $banmask#chan like: *!*ddd@dasd.com#channel
I try with space and didn't work !
by h1x0r1
Wed Jan 22, 2020 5:59 am
Forum: Scripting Help
Topic: Redirect Ban with eggdrop (inspircd)
Replies: 8
Views: 6171

Redirect Ban with eggdrop (inspircd)

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 This is the code but it's not working: set redirectchan "#sex" proc sex_ban { nick uhost hand chan text } { global botnick redirectc...