hi, just a new problem, i have to give some values from one bot to an other bot, how can i do this? except for bind msg oder bind notc... sometimes it's working, sometimes not.. e.g. this doesnt work: bind msg - "lala_fleetlost" olala_niederlage proc olala_niederlage { nick uhost handle ke...
i want to make tcl for my eggdrop which puts mode +i if there are more than 10 joins in 1 minute
how can i do this? i dont know how to use/set the timer
hey, i think it's a quite simple question :) set list { \[a-z\]\[0-9\]\[0-9\]\[0-9\]\[0-9\] ...... } ..... foreach [censored] $list { if {[string match * ($[censored]@*" $text] } { .... how can i add the possibiliy of ~ in front of $[censored]@* i dont want to add it in the list :roll: or how c...
Hi, the script is working, but not like i want :roll: i bind the servers' connection notice and split it :) so far so good :D :D, but it's not enough to check just if ident matches the list. i think best way is to check is, if one part of the nickname and the realname or ident is on the list, but ho...
Hi i have the following problem: i want to open a mail file, and read out from line 11 till the end and put line after line in a channel... i tried hours but this [censored] does not work :( here is the proc: proc readmail {as df gh hj rt} { global basicfile lastmail lastmailid mailname tmpfile tmpm...
:( i tried the whole morning, and still not a solution :( the bot has an o-line the first: (works and is ok) bind pub - !host hostscan proc hostscan {nick uh hand chan target} { global botnick if {$target != "$botnick"} { putserv "userhost $target" } } on userhost i get the reply...