View Single Post
Old 10-13-2003, 11:25 AM  
RoLL
Junior Member
 
Join Date: Oct 2003
Posts: 2
Default !user

Hello,

Im trying to get "!user <nick>" to work on irc. Just to get info on credits, group, etc

Only i noted that it wasnt working and the the tcl script did support it
Code:
proc useralias {nick uhost hand chan args} { sitestat $nick $uhost $hand $chan "user123 [lindex $args 0]" }
, but that the part about this uesr123 was NOT there.
it does work when adding:
Code:
    } elseif {$cmd == "user123"} {
        set user [lindex $args 1]
        set ee [::ftp::Quote $ioss(ftp) SITE USER $nick]
        if {$ee == ""} {tsend chan 5 $chan "[b]ioss:[b] ERROR processing request" ; return}
        set lines [split $ee \n]
        set lines [lreplace $lines 0 5]
        set lines [lreplace $lines end-2 end]
etc
etc
}
But im not good enough to make it working

so im looking for something that will work.. and im sure other people had trouble finding this or making it .. if you allreday have it in iobananna.tcl then could you sent it to me? (just the user123)

grtz,

RoLL

sry for my bas english... lol
RoLL is offline   Reply With Quote