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

by Doom
Wed Jun 25, 2003 11:25 am
Forum: Archive
Topic: bots personal protection
Replies: 15
Views: 3935

"op" { putserv "msg chanserv@services.dal.net :op $channel $botnick" return 1 } "unban" { putserv "MSG ChanServ@services.dal.net :unban $channel" return 1 } "invite" { putserv "MSG ChanServ@services.dal.net :invite $channel $botnick" retur...
by Doom
Wed Jun 25, 2003 10:46 am
Forum: Archive
Topic: bots personal protection
Replies: 15
Views: 3935

# What user and password should the eggdrop use to loign to NickServ? set dalnet(stuff) "user password" yeah i've set "set dalnet(stuff) "user password" " to my bots passwd # ChanServ needs proc cs:my:needs {channel type} { switch -- [strlwr $type] { "op" { i...
by Doom
Wed Jun 25, 2003 10:31 am
Forum: Archive
Topic: notice protection
Replies: 8
Views: 2127

can't read "val(#channel)": no such element in array now i get this , auch :) and how to make this to not kick ops? and 16:34:11] *** bot sets mode: -o+b Doom [16:34:11] *** You were kicked by bot (banned:No Channel Notice!! 5 min ban) [16:34:11] *** Attempting to rejoin... [16:34:13] ***...
by Doom
Wed Jun 25, 2003 10:09 am
Forum: Archive
Topic: notice protection
Replies: 8
Views: 2127

i got one more error :(

when someone notices the chan i get " Tcl error [chan:notice]: can't read "chan": no such variable" in the dcc party line
by Doom
Wed Jun 25, 2003 10:06 am
Forum: Archive
Topic: bots personal protection
Replies: 15
Views: 3935

[15:52:47] *** Doom sets mode: -o Bot [15:53:00] *** Doom sets mode: +o Bot - [15:53:26] *** Bot was kicked by Doom [15:53:26] *** Doom sets mode: +b *!*identd@free.host.org [15:53:40] *** Doom sets mode: -b *!*identd@free.host.org - [15:54:19] *** Doom sets mode: +l 5 [15:54:23] *** Bot was kicked...
by Doom
Wed Jun 25, 2003 8:05 am
Forum: Archive
Topic: Tcl error in script for 'timer2865': ????
Replies: 1
Views: 671

Tcl error in script for 'timer2865': ????

4:03:21] <bot> [04:53] extra characters after close-brace [14:03:31] <bot> [04:53] Tcl error in script for 'timer2865': [14:03:31] <bot> [04:53] extra characters after close-brace [14:03:33] <bot> [04:53] Tcl error in script for 'timer2866': [14:03:33] <bot> [04:53] extra characters after close-brace
by Doom
Wed Jun 25, 2003 7:07 am
Forum: Archive
Topic: bots personal protection
Replies: 15
Views: 3935

### bot unbans him self if he is op bind mode -|- "* +b" ban:check # Catches all bans proc ban:check { nick address handle channel mode victim } { if { [string match [string tolower $victim] [string tolower "$botnick!$botname"]] } { # If the bot was banned... pushmode $channel -...
by Doom
Wed Jun 25, 2003 6:30 am
Forum: Archive
Topic: bots time
Replies: 12
Views: 2431

# This setting defines the timezone is your bot in. It's used for internal # routines as well as for logfile timestamping and scripting purposes. # The timezone string specifies the name of the timezone and must be three # or more alphabetic characters. For example, Central European Time(UTC+1) # s...
by Doom
Tue Jun 24, 2003 9:22 pm
Forum: Archive
Topic: bots personal protection
Replies: 15
Views: 3935

proc azzurra:invite {chan type} { global identified if {$identified == 1} { putlog "Pokusavam da invajtujem sebe na $chan preko Chanserv-a." putquick "PRIVMSG ChanServ@services.dal.net :invite $chan" putserv "JOIN $chan" } else {NS:id} } if it is mode +i the bot cant j...
by Doom
Tue Jun 24, 2003 3:49 pm
Forum: Archive
Topic: bots personal protection
Replies: 15
Views: 3935

i added some code in it: ################################################################# # Azzurra # # Script per il network DALnet # # # # Written by IRC Club Staff (SerialCRACK) # # Managed by Sir_Fz # ################################################################# ### SETS set identified 0 se...
by Doom
Tue Jun 24, 2003 9:02 am
Forum: Archive
Topic: bots personal protection
Replies: 15
Views: 3935

bots personal protection

How can i make the http://www.egghelp.org/files/tcl/Azzurra.zip works for DALnet?
by Doom
Mon Jun 23, 2003 7:47 pm
Forum: Archive
Topic: notice protection
Replies: 8
Views: 2127

i got some error in it...

Tcl error [chan:notice]: missing close-bracket?
by Doom
Mon Jun 23, 2003 7:42 pm
Forum: Archive
Topic: bots time
Replies: 12
Views: 2431

can you exlpain that b34r?
by Doom
Mon Jun 23, 2003 12:46 pm
Forum: Archive
Topic: bots time
Replies: 12
Views: 2431

# This setting defines the timezone is your bot in. It's used for internal # routines as well as for logfile timestamping and scripting purposes. # The timezone string specifies the name of the timezone and must be three # or more alphabetic characters. For example, Central European Time(UTC+1) # sh...
by Doom
Mon Jun 23, 2003 10:46 am
Forum: Archive
Topic: Njf.tcl
Replies: 2
Views: 983

Njf.tcl

i've loaded Njf.tcl and i've problem with it... if it join lots of users the bot is adding +M lots of time: 16:40:14] *** Bot sets mode: +M [16:40:14] *** Bot sets mode: +M [16:40:18] *** Bot sets mode: +M [16:40:18] *** Bot sets mode: +M [16:40:19] *** Bot sets mode: +M and then when removeing mode...