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.

.netjoin #chann pub notice

Old posts that have not been replied to for several years.
Locked
User avatar
esix
Voice
Posts: 39
Joined: Thu Aug 12, 2004 11:16 am
Location: [esix@localhost]
Contact:

.netjoin #chann pub notice

Post by esix »

i wonder if there is a script that would notice user (me) if someone in my botnet joins it to some channel, just to know who joined it to channel/s.

thanks
The End
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

Adding one line of code to slenox netbots and this will do the trick.I don't use netbos so i don't know where exactly you need to add the code, but i this you should put it after putidx $idx "Adding channel $chan to netbots.".Add this line after code above should do the trick:

Code: Select all

PUTQUICK "NOTICE $::owner :Netbots -> Joining channel $chan"
(you need to put your nick at owner variable in conf).
User avatar
esix
Voice
Posts: 39
Joined: Thu Aug 12, 2004 11:16 am
Location: [esix@localhost]
Contact:

Post by esix »

yes, thanks, but how do i know who joined it to that channel?

ok got it, it's putserv "NOTICE $::owner :Netbots -> Joining channel $chan $hand"

thanks kami ! :)
The End
Locked