Search found 37 matches

by Snapple
Wed Oct 22, 2003 1:24 am
Forum: Archive
Topic: hi
Replies: 4
Views: 843

hi

I tried viewing what line the bot stops at
and it is this line, the problem is there somewhere :)
by Snapple
Tue Oct 21, 2003 1:01 pm
Forum: Archive
Topic: hi
Replies: 4
Views: 843

hi

what is the problem in the next command:
foreach xxx $helps([md5 $ar]) {
this only happens on md5 when it's a regular string it works well
thanks
by Snapple
Sat Oct 11, 2003 5:02 am
Forum: Archive
Topic: reading a file with source
Replies: 1
Views: 2486

reading a file with source

I'm tring to load a file with source, the file contains set commands, it's a db... some of the chars of the file is in hebrew, and it don't read them well I tried seeing what the chars are look like for the eggdrop and thats what I got: set cops(#áçéøåú) { I'v tried solving it with solutions w...
by Snapple
Sat Sep 13, 2003 1:51 am
Forum: Archive
Topic: problem with a timer that floods
Replies: 1
Views: 771

problem with a timer that floods

bind join - * join:join proc join:join {nicka uhost hand chan} { if {[string tolower $nicka] == [string tolower lalali]} { starta $chan } } proc starta {chan} { global botnick botChan putserv "PRIVMSG $chan :Hello!" utimer 600 [list starta $chan] } Ok, I have this code It suppose to right...
by Snapple
Tue Sep 09, 2003 12:20 pm
Forum: Archive
Topic: weird timer
Replies: 1
Views: 942

weird timer

Well, I put timer on 10 for 10 minutes
yesterday for the whole day it worked fine
now it started to be every minute
timer 10 [list starta $chan]
by Snapple
Mon Sep 08, 2003 10:43 am
Forum: Archive
Topic: timers
Replies: 2
Views: 1031

thanks

working 8)
by Snapple
Mon Sep 08, 2003 9:46 am
Forum: Archive
Topic: timers
Replies: 2
Views: 1031

timers

I have a command that I want to be repeated, that every 10 minutes it will send a message bind join - * join:join proc join:join {nicka uhost hand chan} { if {[string tolower $nicka] == [string tolower mynick]} { starta $chan } } proc starta {chan} { global botnick botChan putserv "PRIVMSG $cha...
by Snapple
Sat Sep 06, 2003 3:45 am
Forum: Archive
Topic: Data from a list
Replies: 5
Views: 2335

hmm

I tried all the help you gave me here
didn't work
i'm not sure about system encode, how do I check?
by Snapple
Wed Sep 03, 2003 9:19 am
Forum: Archive
Topic: Data from a list
Replies: 5
Views: 2335

well... thanks

thank you for helping me all the time,
but the problems not solved yet
I found the problem
I can't retreive data when the item is hebrew channel

and it's making a big big problem,
i'v checked, and the file is not the problems
the item var
by Snapple
Tue Sep 02, 2003 1:11 pm
Forum: Archive
Topic: Data from a list
Replies: 5
Views: 2335

Data from a list

I can't get data from a var in the list when the item is not in english\numbers\some signs, is there a problem with that?
I mean if the item of the list (list(item) "data") is in other language it returns NULL
by Snapple
Sun Aug 24, 2003 10:44 am
Forum: Archive
Topic: strings
Replies: 9
Views: 2687

thanks... but

I already used string last... which working just fine, thanks.
hmm
I have another question, how can I remove from a string a part of it?
by Snapple
Sat Aug 23, 2003 2:28 am
Forum: Archive
Topic: strings
Replies: 9
Views: 2687

strings

hmm
is there a command to do like in mirc if (%var isin %var2)....
I mean, for example %var will be #Help
and %var2 will be #OperHelp #Help #Mirc
then it will return true
anyone know?
by Snapple
Fri Aug 08, 2003 1:54 pm
Forum: Archive
Topic: arrays
Replies: 8
Views: 1482

hmm

the md5 leaves ""

and the encoding do not return the chan name =\

is there a command like md5 just for ascii?
by Snapple
Fri Aug 08, 2003 11:08 am
Forum: Archive
Topic: arrays
Replies: 8
Views: 1482

hmm...

I tried both of them
your idea didn't work at all...
and the md5 is "working" but when I try to get the var, it says blank (not NULL)
by Snapple
Fri Aug 08, 2003 8:58 am
Forum: Archive
Topic: arrays
Replies: 8
Views: 1482

hmm

thanks but
someone have other idea's please?