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

by LorT
Tue Aug 09, 2005 12:31 am
Forum: Other Topics
Topic: EnergyMech
Replies: 14
Views: 9074

energymech 3.0 is out....
by LorT
Fri Apr 09, 2004 6:35 pm
Forum: Archive
Topic: invalid commands name "get"?
Replies: 2
Views: 1818

proc team:addmatch {nick uhost handle channel arg} { global tmatch set check [team:charfilter $arg] if {$check!=1} { putserv "notice $nick :Invalid Character" return0 } if {([lsearch $arg "team(*"]==-1) || ([lsearch $arg "date(*"]==-1) || ([lsearch $arg "map(*&quo...
by LorT
Fri Apr 09, 2004 5:53 pm
Forum: Archive
Topic: invalid commands name "get"?
Replies: 2
Views: 1818

invalid commands name "get"?

proc team:tmatchlist {channel} { global tfile if {![file readable $tfile(dir)/tmatch-$channel]} { set fileio [open $tfile(dir)/tmatch-$channel w] puts $fileio "" close $fileio } putlog "1" return $tfile(dir)/tmatch-$channel putlog "123" } the bot return [17:28] 1 [17:2...
by LorT
Sat Apr 03, 2004 11:04 pm
Forum: Archive
Topic: clock scan unable to convert date-time string
Replies: 3
Views: 1537

ok, what can It converte date(18:00-15/04/04) to valid date/time format?

thks.
by LorT
Sat Apr 03, 2004 9:13 pm
Forum: Archive
Topic: clock scan unable to convert date-time string
Replies: 3
Views: 1537

clock scan unable to convert date-time string

hi, i have this code set infos [string range $buf 5 [expr [string first ")" $buf] -1]] set infos [clock scan " [string range $infos 12 13] [string range $infos 9 10] [string range $infos 6 7] [string range $infos 0 1] [string range $infos 3 4] 00"] .addmatch date(18:00-15/04/04) ...
by LorT
Thu Apr 01, 2004 5:17 pm
Forum: Archive
Topic: topic change
Replies: 1
Views: 1131

set topicchan "#velug" bind topc - * topicchange proc topicchange {nick uhost handle channel topic} { global botnick topicchan set channel [string tolower $channel] if {($nick!=$botnick)&&($channel==$topicchan)} { set topic [topic $topicchan] putserv"TOPIC$topicchan:\002www.l...
by LorT
Thu Apr 01, 2004 2:45 pm
Forum: Archive
Topic: topic change
Replies: 1
Views: 1131

topic change

hi, i have this script set topicchan "#velug" bind topc - * topicchange proc topicchange {nick uhost handle channel topic} { global botnick topicchan set channel [string tolower $channel] if {($nick!=$botnick)&&($channel==$topicchan)} { topicmanager } } proc topicmanager {} { globa...
by LorT
Thu Mar 11, 2004 4:12 pm
Forum: Archive
Topic: some help with bind pub - $nick:
Replies: 5
Views: 1402

Ofloo wrote:why rehash ??

i think you could add the bind on botnick well it should work if it will thats an other story ;)
ej. of the bind on botnick pls
by LorT
Thu Mar 11, 2004 3:53 pm
Forum: Archive
Topic: some help with bind pub - $nick:
Replies: 5
Views: 1402

is fix with dumb way

bind evnt - init-server team:event

proc team:event {type} {
rehash
}

:P

thks
by LorT
Thu Mar 11, 2004 1:39 pm
Forum: Archive
Topic: multiples conditions, have better way?
Replies: 8
Views: 1840

sorry my bad
the string arent a-k is only ej.
the string are commands, roster, rules, records, servers....
how can i check if?
by LorT
Thu Mar 11, 2004 12:41 pm
Forum: Archive
Topic: multiples conditions, have better way?
Replies: 8
Views: 1840

multiples conditions, have better way?

i have 11 conditions in a proc. if {[lindex $text 0] == "commands"} { pub:learn:add $nick $chan[lrange $text 0 end] return 0 } if {[lindex $text 0] == "rosters"} { pub:learn:add $nick $chan[lrange $text 0 end] return 0 } to...... if {[lindex $text 0] == "servers"} { pub...
by LorT
Thu Mar 11, 2004 10:39 am
Forum: Archive
Topic: some help with bind pub - $nick:
Replies: 5
Views: 1402

thks, can i do some bind as
bind evnt - init-server proc to set the value?
if i can what is the arguments sent to the tcl proc?
by LorT
Wed Mar 10, 2004 8:16 pm
Forum: Archive
Topic: some help with bind pub - $nick:
Replies: 5
Views: 1402

some help with bind pub - $nick:

hi, i have a script
set trigger "$botnick:"

bind pub - $trigger proc

i like the bot responde when some one write in channel bot: ***
when i run the bot or do .restart the proc dont work, but it i do rehash the proc work.

what are the error?

thks
by LorT
Wed Mar 26, 2003 7:22 pm
Forum: Archive
Topic: Newbie problem with eggdrop in debian
Replies: 9
Views: 3636

apt-get update
apt-get install tcl8.3-dev

if u using stable(woody)
by LorT
Sun Mar 09, 2003 6:26 pm
Forum: Archive
Topic: HelpDesk/Support Center Script
Replies: 3
Views: 1480

try with next.tcl