ok, made it to work :P
1 thing puzzles me
raw 311:*:{
haltdef
.set %country $gettok($4,-1,46)
.set %domain $readini(country.ini, country, %country)
/msg %cwhois Whois $+ $2 $+
/msg %cwhois IRCname: $5-
/msg %cwhois Adress: $3 $+ @ $+ $4 [ %domain ]
halt
}
%cwhois is channel where output goes
but it never says:
[email]id@host.domain[/email] [country]
but just
[email]id@host.domain[/email] country
(so no [] brackets are present in msg output)
why if i may ask ?