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 7 matches

by malaki86
Thu Jul 21, 2005 6:02 pm
Forum: Archive
Topic: Need help with newchanban command
Replies: 8
Views: 3940

Ok - found something out.

It's something in the settings for the chan i was testing in.
I moved the script to monitor another channel, and it works perfect with just setting the newchanban.

Thanks for the help ;-)
by malaki86
Thu Jul 21, 2005 4:53 pm
Forum: Archive
Topic: Need help with newchanban command
Replies: 8
Views: 3940

I'm not getting any errors at all. The ban sets, but stays inactive. If i do the mode change (within the bot, and set the ban), then it's active. If an op removes the ban, it stays in the bot, but inactive. After the op removes the ban, the user can re-enter, and doesn't get rebanned (even though th...
by malaki86
Thu Jul 21, 2005 7:54 am
Forum: Archive
Topic: Need help with newchanban command
Replies: 8
Views: 3940

what do you care whether the ban is set immediately on the channel or set upon banned user entering the channel? in both cases it will be enforced immediately - in the first case by using [putkick] in the script, in the second case automatically by eggdrop's default behaviour if you don't want bans...
by malaki86
Wed Jul 20, 2005 10:53 pm
Forum: Archive
Topic: Need help with newchanban command
Replies: 8
Views: 3940

use [putkick] immediately after [newchanban] to enforce the ban Tried that - doesn't set the ban. I have to do it like this: newchanban "$chan" "$sub_mask" "$nick" "$reason" "$::sub_ban_temp" putserv "MODE $chan +b $sub_mask" putkick $chan...
by malaki86
Wed Jul 20, 2005 9:49 pm
Forum: Archive
Topic: Need help with newchanban command
Replies: 8
Views: 3940

Need help with newchanban command

Ok - i'm gonna rip the hair off my legs in a sec, mainly cuz i've already pulled it off my head... I can't get the newchanban command to do ANYTHING at all. I've read the manual, looked at 100's of scripts, and don't see what the problem is. here's the line I'm using: newchanban "$chan" &q...
by malaki86
Wed Jul 06, 2005 6:24 pm
Forum: Archive
Topic: 'Bad trigger' script
Replies: 3
Views: 2060

Ya - I looked at the putallbots cmd - i just don't want to have to load up all the bots with a 'client' script, to accept the bot cmd from the main.
by malaki86
Tue Jul 05, 2005 10:52 am
Forum: Archive
Topic: 'Bad trigger' script
Replies: 3
Views: 2060

'Bad trigger' script

I'm working on a small script for users using 'bad' triggers in the channel, such as !list, @find, etc. I know there are plenty of scripts out to do this already. What I want, though, is for the bot that is running it to do a .netsay or .netnotice on the trigger, instead of a regular msg/notice. Any...