I have found one Script on egghelp's database ..
and i downloaded and Loaded it ..
so i get Error? - i dont know what error are so . Maybe Egghelp can help me
Thx for Support?
Code: Select all
[08:46] missing close-brace
while executing
"proc msg_databot {nick uhost hand rest} {
global botnick botname server version uptime server-online cmdconslg
puthelp "NOTICE $nick :$cmdconslg Nic..."
(file "scripts/cmd_cons.tcl" line 34)
invoked from within
"source scripts/cmd_cons.tcl"
(file "eggdrop.conf" line 74)
Code: Select all
proc msg_databot {nick uhost hand rest} {
global botnick botname server version uptime server-online cmdconslg
puthelp "NOTICE $nick :$cmdconslg Nickname: ${botnick}. Hostname: [lindex [split ${botname} !] 1]."
puthelp "NOTICE $nick :$cmdconslg Current IRC server: ${server}, Active for: [expr [unixtime] - ${server-online}] sec(s)."
puthelp "NOTICE $nick :$cmdconslg Eggdrop version: ${version}. Uptime: [expr [unixtime] - ${uptime}] sec(s)."
putcmdlog "$cmdconslg <<$nick>> !$hand! Bot Info."
}
proc pub_databot {nick uhost hand chan rest} {global SVRPRM botnick cmdconslg ; msg_databot $nick $uhost $hand $rest}
proc msg_settcl {nick uhost hand rest} {
global botnick cmdconslg
if {![matchattr $hand Q]} {putquick "NOTICE $nick :$cmdconslg You haven't authenticate Yourself. Type: \[/msg $botnick auth <password>\] to do so." ; return 0}
utimer 1 rehash ; putquick "NOTICE $nick :$cmdconslg Rehashing TCL script(s) and variable(s)."
putcmdlog "$cmdconslg <<$nick>> !$hand! Rehash." ; return 0
}
Maybe U/all Can help me??
and one more to ..
Howto i changes bot nick? on !tcl ::set-nick ?
GL HF
//Mikkel