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.

Making botnet with "botnet-nick" names

General support and discussion of Eggdrop bots.
Post Reply
M
Maiki
Voice
Posts: 28
Joined: Sun May 20, 2007 4:58 pm

Making botnet with "botnet-nick" names

Post by Maiki »

i have added (.+bot *) with ONLY the botnet-nicks. It is linked etc, but it isn't opping. But it does unban when a linked bot is getting banned. Is this because of the bot-adding with the botnet-nick and not the channel nickname? Need suggestions,

thanks
M
Maiki
Voice
Posts: 28
Joined: Sun May 20, 2007 4:58 pm

Post by Maiki »

When i type: .channel #chan it shows me this:

Code: Select all

[22:54:10] <Mookie> .channel #testchan
[22:54:10] <khepri> [20:54] tcl: builtin dcc call: *dcc:channel Mookie 10 #testchan
[22:54:10] <khepri> [20:54] #Mookie# (#testchan) channel
[22:54:10] <khepri> Channel #testchan, 8 members, mode +tn:
[22:54:10] <khepri> (n = owner, m = master, o = op, d = deop, b = bot)
[22:54:10] <khepri>  NICKNAME  HANDLE     JOIN  IDLE  USER@HOST
[22:54:10] <khepri> @minu      *          ---     1h  marvin@nasa.r00tshell.us
[22:54:10] <khepri> @chons     *          ---     1h  craig@wire.it.to.my.swissb4nk.info
[22:54:10] <khepri> @dua       *          ---     1h  damien@i.have.the.highest.score.at.roflcopter.info
[22:54:10] <khepri> @maat      *          ---     1h  jimmy@dont.worry.im.just.stealingyourcc.info
[22:54:10] <khepri> @khepri    *         18:41       <- it's me!
[22:54:10] <khepri> @Mookie    Mookie     ---  N  1h  mookies@meyecrosoft.info
[22:54:10] <khepri> @tefnut    *         18:54    1h  timmy@connected.at.300baud.info
[22:54:10] <khepri>  setesh5   setesh5   19:02 B  1h  stan@midnightro.com
But it even doesn't change someting when i typed:

Code: Select all

.+host marvin-EF marvin@nasa.r00tshell.us
(marvin-EF) is the botnet-nick. I'm trying to to get every nice & running with the botnet-nick. I hope this is possible
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Proper hostmasks should match "nick!ident@host", not "ident@host". So the hostmask in you last post will not match, and thus not identify the bot. Try "*!marvin@nasa.r00tshell.us" instead.
NML_375
M
Maiki
Voice
Posts: 28
Joined: Sun May 20, 2007 4:58 pm

Post by Maiki »

Thank you so much! It worked!
Post Reply