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.

boot user from all pl from botnet witch command is it ?

Old posts that have not been replied to for several years.
Locked
V
Volume
Halfop
Posts: 84
Joined: Fri May 23, 2003 5:08 am

boot user from all pl from botnet witch command is it ?

Post by Volume »

hello, i have a script what collor in the chan restrictet this script bans global and gives this user +dk-p global flags. But the last funktion must a boot from all the bots in the botnet. therewith this user not cant adding a new user when he have +fonm on channel flags !

the to deprive the p flag dont boot automatic from the partyline, why ?

my commando for this:

Code: Select all

chattr [nick2hand $nick] +dk-p
boot [nick2hand $nick@*]
the flags adding works perfect but the globalboot from all bots dont go.
this script is on max. 5 bots on the botnet. this 5 bots must information other bots to boot the user !
thank you very much for help
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The nick2hand fucntiopn does what it says on the tin. COnverts a nickname into a handle.

In the first instance, you used it correctly, next you are using it with @* which means it is no longer a nick.

Have you tried understand how that worked.
V
Volume
Halfop
Posts: 84
Joined: Fri May 23, 2003 5:08 am

@ppslim

Post by Volume »

ppslim wrote:The nick2hand fucntiopn does what it says on the tin. COnverts a nickname into a handle.

In the first instance, you used it correctly, next you are using it with @* which means it is no longer a nick.

Have you tried understand how that worked.
@* is vor the bot in this the user in the partyline is !
5 bots have the script , not all. wenn the user is on the bot where isnt this script installet the bot dont boot this user.

nick2hand must the bots use to find the nick in the pl the become boot
its very difficult for me. please help me
V
Volume
Halfop
Posts: 84
Joined: Fri May 23, 2003 5:08 am

Boot from the Bot without the script on other bots, botnet !

Post by Volume »

Code: Select all

boot [nick2hand $nick]
This Boot the User from the partyline where the script is loadet.
I need the bot information the other bots they are too bot the nick too from the partyline.
Can somebody help me ?
Locked