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.

Anti TAKEOVER for UnderNet

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
T
ThE-UnNaMeD
Voice
Posts: 9
Joined: Sun Nov 25, 2007 11:08 am
Location: Local Disc (C:)
Contact:

Anti TAKEOVER for UnderNet

Post by ThE-UnNaMeD »

There's a script.. if someone does a massban (+b *!*@*) by X on UnderNet, removes access from that user, suspends the user that gave access to him & writes a note to the manager of the channel.. when you type /MSG $botnick NOTES $pass READ gives you something like this:
- 1. TAKEOVER (Feb 17 21:47): You had probably takeover atempt on #MkUndernet by X user DaniServa with 490 access (tried to remuser), which had access from X user Yokohama (tried to suspend for 240 hours).

Anyone knows what script is this?
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

Ok I have modified xstuff by caesar.

It had already an option of when the bot is being kicked, so when the bot is kicked it will perform some action, so it should look something like this:

Code: Select all

  ##
  # .4. What kind of punishment should be applied? $chan will be the channel where the bot
  # got kicked and the $kicker will be the username of the person that kicked it via X.
  set action {SUSPEND $chan $kicker 1d 100}
What I have edited for you is, now the bot will also send a note to people who you mention the names in the .tcl file.. It willl remove the person who added the kicker, so you must add your bot at the highest level so it wont face any trouble while performing removing or suspending commands for more take a look at this:

xstuff by caesar but modified

peace
iamdeath
|AmDeAtH @ Undernet
Death is only the *Beginning*...
T
ThE-UnNaMeD
Voice
Posts: 9
Joined: Sun Nov 25, 2007 11:08 am
Location: Local Disc (C:)
Contact:

Post by ThE-UnNaMeD »

Hope it works.. i'll test it later..
but i want to ask: how can I make a chanset command..?
like: !chanset #mychan +xneed ?
Image
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

Code: Select all

.chanset #channel +xneed
Should be done in DCC!...

peace
death.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
T
ThE-UnNaMeD
Voice
Posts: 9
Joined: Sun Nov 25, 2007 11:08 am
Location: Local Disc (C:)
Contact:

Post by ThE-UnNaMeD »

# PUB : N/A
# MSG : N/A
# DCC : n|n .chanset Use .chanset to set what protections to active for the particular channel or not.
# Example: .chanset #mychan +xneed
# .chanset #otherchan -xneed

I know it can be done in dcc.. but how to make it on PUB .. :?:
Image
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

There is no built-in command to for public "!chanset".
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

ThE-UnNaMeD wrote:# PUB : N/A
# MSG : N/A
# DCC : n|n .chanset Use .chanset to set what protections to active for the particular channel or not.
# Example: .chanset #mychan +xneed
# .chanset #otherchan -xneed

I know it can be done in dcc.. but how to make it on PUB .. :?:
Visit this Thread for more.

peace
death
|AmDeAtH @ Undernet
Death is only the *Beginning*...
Post Reply