Search found 1238 matches

by CrazyCat
Tue Feb 12, 2002 9:40 am
Forum: Archive
Topic: How can I..............?
Replies: 6
Views: 1251

the simplest way: set act [lindex $text 0] if {{$act == "slaps"}||{$act == "slurp}} { this is ok if you have just 2 or 3 words... else, you can set an array of words and search for matches: # word list set $slap {"slaps" "slurps" "bla" "....} # proce...
by CrazyCat
Tue Feb 12, 2002 7:57 am
Forum: Archive
Topic: timer doesn't work
Replies: 2
Views: 920

hi here. I've a little script which act after someone enters a channel. bind join - "*" delay proc delay { nick uhost handle chan } { timer 5 [putserv "PRIVMSG $nick :hello, I'm late of 5 minutes"] } It's a verification script for me, so it's really simple. But I get the message ...
by CrazyCat
Tue Jan 22, 2002 7:35 am
Forum: Archive
Topic: Your terminal lack the ability...
Replies: 5
Views: 1948

ok, I've installed wget, but I can't understand how to make the same than [linx -preparsed -dump url] whith it...
if NE1 has a script that I could use as an example, I'll thx him a lot :smile:
by CrazyCat
Tue Jan 15, 2002 11:45 am
Forum: Archive
Topic: Your terminal lack the ability...
Replies: 5
Views: 1948

I suggest you to use wget instead.
Someone can help me using wget in a script?
I never use it and I'm affraid I don't know how it works :sad:
by CrazyCat
Tue Jan 15, 2002 11:40 am
Forum: Archive
Topic: trouble with variables
Replies: 3
Views: 1225

OK, I'll try to remember it
by CrazyCat
Mon Jan 14, 2002 3:11 pm
Forum: Archive
Topic: trouble with variables
Replies: 3
Views: 1225

Don't laugh at me :smile:
the good way was set topic [subst $[subst $rub]]

Hope it may help some1 :smile:

_________________
CrazyCat was here...
And on #Dune - irc.epiknet.org

<font size=-1>[ This Message was edited by: CrazyCat on 2002-01-14 12:11 ]</font>
by CrazyCat
Mon Jan 14, 2002 2:31 pm
Forum: Archive
Topic: trouble with variables
Replies: 3
Views: 1225

hi :smile: I've some troubles with something really stupid: I've a list of variable which contains topics, as the following: set comput "Computers & internet" set business "Business & politique" one of my procedures have this line: set rub "comput" get_topic $ru...
by CrazyCat
Mon Jan 14, 2002 7:37 am
Forum: Archive
Topic: Your terminal lack the ability...
Replies: 5
Views: 1948

I've made a tcl wich uses Lynx to dump a webpage and store it on my computer. When the eggdrop is launched by botchk , I've an error: "Your terminal lack the ability to clear the screen or position the cursor." the botck is launched by crontab with my account, and the directory in which I ...