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

by spyda
Sat Sep 28, 2002 8:35 am
Forum: Archive
Topic: n00b Q reg. alice and .chanset in DCC
Replies: 12
Views: 3219

I run eggdrops from my box and to map the ports so I can dcc chat them is just a pain in the ^%%, anyway I found out the other way to do it..

/ctcp $botnick CHAT

That will make the bot dcc chat you, then you dont need the ports to talk to it!

Hope that helps you out

----------
ThePope
by spyda
Sat Sep 28, 2002 8:33 am
Forum: Archive
Topic: n00b Q reg. alice and .chanset in DCC
Replies: 12
Views: 3219

I run eggdrops from my box and to map the ports so I can dcc chat them is just a pain in the ^%%, anyway I found out the other way to do it..

/ctcp $botnick CHAT

That will make the bot dcc chat you, then you dont need the ports to talk to it!

Hope that helps you out

----------
ThePope
by spyda
Sat Sep 28, 2002 8:30 am
Forum: Archive
Topic: Make New DB file
Replies: 6
Views: 1378

Make New DB file

Hey everyone again.. Learning TCL real fast and i have had feed back on my first tcl, so that is good! Now for my new problem. proc asus_pub_menu {nick uhost hand chan text} { global asus if {[file exists setup.db] != "1"} { set asus_file [open setup.db w] puts $asus_file "1" clo...
by spyda
Thu Sep 19, 2002 8:29 am
Forum: Archive
Topic: NewChanBan Troubles.
Replies: 28
Views: 3609

Just think this might help you!!

1. I was looking over a old script that I made. And I noticed that I had a line in it that you dont have. pushmode $chan +b $uhost This is your script with that added in: bind pub - !afk pub:afkkick_kick proc pub:afkkick_kick {nick uhost hand chan text} { global testchan kickmsg set bantime [lindex ...
by spyda
Wed Sep 18, 2002 10:40 am
Forum: Archive
Topic: Eggdrop v's Windrop
Replies: 13
Views: 3050

Eggdrop v's Windrop

Yep.. I was looking in the TCL docs on my computer and I found this. Append - To add to a string as a list (myhelpme.file) So I played with it for a while and got this: set asus_times "" if {$days} { append asus_times "$days " if {$days == "1"} { append asus_times "...
by spyda
Tue Sep 17, 2002 9:48 pm
Forum: Archive
Topic: Tell Bot kick/ban or Op someone ?
Replies: 7
Views: 1266

Code: bind msg - "op" msgm:op proc msgm:op {nick uhost hand text} { if { $nick == SunLife | $nick == QuocBao } | { putserv "MODE $chan +o $nick" } } bind msg - "op" msgm:op proc msgm:op {nick uhost hand text} { if { $nick == SunLife || $nick == QuocBao } { putserv &quo...
by spyda
Tue Sep 17, 2002 9:25 pm
Forum: Archive
Topic: Eggdrop v's Windrop
Replies: 13
Views: 3050

Eggdrop v's Windrop

Yes I understand that stdragon! But how do I go around to doing this??? I have messed around with proc asus_time {time} { set ltime [expr [unixtime] - $time] set seconds [expr $ltime % 60] set ltime [expr ($ltime - $seconds) / 60] set minutes [expr $ltime % 60] set ltime [expr ($ltime - $minutes) / ...
by spyda
Tue Sep 17, 2002 8:45 pm
Forum: Archive
Topic: Eggdrop v's Windrop
Replies: 13
Views: 3050

Eggdrop v's Windrop

Sorry I forgot something to.. I know there is a way, but have no idea about doing it! So when the bot says the uptime it says it as eg : Online for 1 day 2 hours 23 minutes 13seconds and when the bot goes to 2 days it or 2 minutes it changes the (s) eg : Online for 4 days 13 hours 1 minute 2 seconds...
by spyda
Tue Sep 17, 2002 8:40 pm
Forum: Archive
Topic: Eggdrop v's Windrop
Replies: 13
Views: 3050

Eggdrop v's Windrop

Thanx for all the help.. I looked up about triggers and found my answer! Now for the next problem.. Status.tcl v1.0.0 uptime asus_msg $asus_who "Online for [asus_time $uptime]" Now when I write status I get: (10:37am) <Asustek> Online for 0 I am not sure what is going on.. I have look arou...
by spyda
Sat Sep 14, 2002 1:34 am
Forum: Archive
Topic: Bot auto IDENTIFY password's Botnick when come on IRC !
Replies: 10
Views: 2682

This is a little script that i made up about a year ago... Hope it helps you set asus(nick) "nickop@austnet.org" set asus(pass) "password" bind EVNT - connect-server asus_connect proc asus_connect {connect} { global asus puthelp "PRIVMSG $asus(nick) :$asus(pass)" putlog...
by spyda
Fri Sep 13, 2002 9:07 pm
Forum: Archive
Topic: Eggdrop v's Windrop
Replies: 13
Views: 3050

Eggdrop v's Windrop

Hey peoples. I am writing a status TCL that will work with Eggdrop and Windrops. Just got a little problem with the trigger! I am running eggdrop 1.6.9 (Lunix 2.4.7-10) and windrop 1.6.6-handle32 (winXp). Both running that TCL but with different triggers. eg: `status and !status But when you load bo...
by spyda
Mon Aug 26, 2002 12:58 pm
Forum: Archive
Topic: Problem
Replies: 2
Views: 1556

I looked at the script 5 times but i think i have found your error :) if {([chattr [nick2hand $nick]]=="-") || ([chattr [nick2hand $nick]]=="+") || ([chattr [nick2hand $nick]=="")} { deluser [nick2hand $nick] } You are missing a ] at ([chattr [nick2hand $nick]=="&q...
by spyda
Mon Aug 26, 2002 8:20 am
Forum: Archive
Topic: making a bot smartly adjust channel bans
Replies: 1
Views: 1435

I made a script over a year ago, for my botnet.. It did nearly what you have explained! ** Mode Asustek +b *!home*@*.optusnet.com.au ** Mode Pchelp +b *Thepope*!*.optusnet.com.au Asustek was the main bot.. When it set a ban the other bots on the tree would ban the other host.. Then after the 60 min ...
by spyda
Mon Aug 26, 2002 8:13 am
Forum: Archive
Topic: Event driven nickserv handler
Replies: 5
Views: 1827

That is no problem it happens to the best of people...

Just remember if you cant figure it out! Their is two places to look:

tcl-commands.doc [/home/user/eggdrop/docs]
and
http://dev.scriptics.com/man/

Have fun coding!!

----------
ThePope
by spyda
Mon Aug 26, 2002 8:09 am
Forum: Archive
Topic: $char problem
Replies: 2
Views: 1729

well Slennox, Thanx for the replay.. I had a read over that url You also might find the following site useful: http://www.soft.net.uk/staffs/eggdrop/characters.html It has helped out alot.. I am still learning strings, so that was half my problem! I have made it work now.. But I did it the hard way ...