mIRC Home    About    Download    Register    News    Help

Print Thread
#93916 13/08/04 12:02 AM
Joined: Jul 2004
Posts: 169
S
ShinZon Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
1. Wallops

i have this code:
ON ^1:WALLOPS:*: { .echo -s $timestamps $theme(wallops,$nick,$2-) | halt }

in basic it echoes in STATUS like this:
(01:44) [email]WallOps@ShinZon:[/email] hello this is wallop msg

what should be done so wallops aline in @window ?

2. Whois

i have this code:
raw 401:*: { if ($query($2)) { .infoecho  $+ $2 is not connected. } | .set %whois.Nick 0 | halt }
raw 307:*: echo -s $theme(raw307,$5-) | halt
raw 308:*: echo -s $theme(raw308,Yes) | halt
raw 309:*: echo -s $theme(raw309,Yes) | halt
raw 310:*: echo -s $theme(raw310,Yes) | halt
raw 301:*: if (%whois == On) { echo -s $theme(raw301,$2,$3-) | unset %whois | halt } | else { infoecho  $+ $2 is Away - $3- } | halt
raw 311:*: { set %whois On | linesep -s | set -u %country $ccode($4) | echo -s $theme(Wsl,$2) | echo -s $theme(raw311name,$2,$6-) | echo -s $theme(raw311add,$2,$3,$4,%country) | halt }
raw 312:*: { if (%whowas.requested == Yes) { echo -s $theme(raw312ww,$3,$4-) | unset %whowas.requested | halt } | else { echo -s $theme(raw312,$3,$4,%country) } | unset %whois.Nick | halt }
raw 313:*: echo -s $theme(raw313,Yes) | halt
raw 317:*: var %tempe = $time($4),rs,r,ins,in,ecs,ec | var %onl = $time($calc($ctime - $4)) | .echo -s $theme(raw317,%tempe,$date($4),%onl,$duration($3)) | halt

how can i have this to aline in @window ?

3. Notice
how to make Notices to go in @window

4.Server Notice
how to make them to go in @ window ?

yeah i know i ask too much, but i am ignorant :P

#93917 13/08/04 12:49 AM
Joined: Jul 2004
Posts: 19
S
Pikka bird
Offline
Pikka bird
S
Joined: Jul 2004
Posts: 19
I think you can simply replace /echo -s by /aline @window.

Notice are triggered by on NOTICE event and server notice by on SNOTICE : /help on (S)NOTICE


Thinking is the worst disease of the brain.

To reply by mail, remove "nospam-" in my adress
#93918 13/08/04 12:55 AM
Joined: Jul 2004
Posts: 169
S
ShinZon Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
thanks much


Link Copied to Clipboard