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

by esix
Wed Sep 22, 2004 12:24 pm
Forum: Archive
Topic: .netjoin #chann pub notice
Replies: 2
Views: 1603

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 ! :)
by esix
Wed Sep 22, 2004 11:24 am
Forum: Archive
Topic: .netjoin #chann pub notice
Replies: 2
Views: 1603

.netjoin #chann pub notice

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
by esix
Wed Sep 22, 2004 8:10 am
Forum: Archive
Topic: own userlist & invite script
Replies: 4
Views: 2196

thanks awyeah :) i will try to do this today, i don't want that. i want to try something on my own :)
by esix
Wed Sep 22, 2004 1:17 am
Forum: Archive
Topic: own userlist & invite script
Replies: 4
Views: 2196

no no, i don't want no other commands, just when user logins he gets invited to channel (only 1 chann). will try to modify that script ;)
by esix
Tue Sep 21, 2004 10:08 am
Forum: Archive
Topic: own userlist & invite script
Replies: 4
Views: 2196

own userlist & invite script

hi, ok i have this idea about my channel in ircnet (i got the idea from torrentbits channel). is there a way to build a script like this. 1. i add host *!*@127.0.0.1 to own userlist (txt file?). 2. user signs up (signup nick pass). (only once then he has pass). 3. user with host *!*@127.0.0.1 logins...
by esix
Wed Sep 15, 2004 1:14 am
Forum: Archive
Topic: autoupdate botnet (all files)
Replies: 24
Views: 11661

ok, thanks demond i'll give it a try as soon as i'll have time :wink:
by esix
Tue Sep 14, 2004 4:10 pm
Forum: Archive
Topic: unable to dcc chat
Replies: 3
Views: 1526

if behind nat set in your config set nat-ip "your ip"
by esix
Tue Sep 14, 2004 11:33 am
Forum: Archive
Topic: Search text file and retrive information to an channel
Replies: 3
Views: 1425

Search text file and retrive information to an channel

Hi, I wonder if it's possible to make a script that will search text file and retrive information from it. Something like this: <nick> !Search format <bot> you can format your hard drive with "format c:" <nick> !search how to format <bot> you can format your hard drive with "format c:...
by esix
Tue Sep 14, 2004 11:16 am
Forum: Archive
Topic: autoupdate botnet (all files)
Replies: 24
Views: 11661

ok, i'll give it a try :)
by esix
Thu Sep 09, 2004 2:22 pm
Forum: Archive
Topic: autoupdate botnet (all files)
Replies: 24
Views: 11661

tcl scripts, randroom files (like motd, banner .. version.txt ..).
by esix
Thu Sep 09, 2004 9:06 am
Forum: Archive
Topic: autoupdate botnet (all files)
Replies: 24
Views: 11661

autoupdate botnet (all files)

Hi, i wonder where could i get an example of a script that auto checks for updates on a specific server and downloads them, i would like to have this for my botnet (24 bots), so that they would be up2date all the time.

Thanks :wink:
by esix
Wed Sep 08, 2004 9:38 am
Forum: Archive
Topic: How to make a simple command script
Replies: 20
Views: 5340

esix wrote:something like this?

Code: Select all

set commands "commands are .news ..bla bla"
bind pub -|- .commands commands
proc commands {nick host handle chan arg} {
global commands
 putserv "notice $nick :$commands"
}
try to read next time :lol:
by esix
Sun Sep 05, 2004 3:55 pm
Forum: Archive
Topic: [SOLVED] Request: TCL script correction
Replies: 16
Views: 4984

i think if you change set banmask *!*[string trimleft [lindex [split $uhost "@"] 0] "~"]@[lindex [split [maskhost $uhost] "@"] 1] to set banmask *!*[string trimleft [lindex [split $host "@"] 0] "~"]@[lindex [split [maskhost $host] "@"] 1] i...
by esix
Wed Sep 01, 2004 1:38 pm
Forum: Archive
Topic: How to make a simple command script
Replies: 20
Views: 5340

no problem
by esix
Wed Sep 01, 2004 5:24 am
Forum: Archive
Topic: How to make a simple command script
Replies: 20
Views: 5340

something like this?

Code: Select all

set commands "commands are .news ..bla bla"
bind pub -|- .commands commands
proc commands {nick host handle chan arg} {
global commands
 putserv "notice $nick :$commands"
}