mIRC Homepage
Posted By: Mlupu @Notice - 07/12/06 11:07 AM
Code:
on *:WALLOPS:*: { 
if !$window(@Wallops) { window -ae @Wallops }  
aline @Wallops 4 $nick  at $time (wallops) $1-
}
menu @Wallops {  
$style(2) Wallops { }
-
cmdshere
}



This code is for wallops.
When X responds to my commands I want it to send the notice in a new window named @Notice and not on the channel where I gave the command.
Can you help me dudes ? Thanks a lot.
Posted By: Taggnostr Re: @Notice - 07/12/06 11:38 AM
I didn't understand what you exactly want to do, maybe something like:
Code:
aline @notice your text

create the window with:
Code:
window @notice
Posted By: Sais Re: @Notice - 07/12/06 12:08 PM
And probably use something like:

Code:
on X:NOTICE:*:?: { ... }


to catch notices from X (where I have assumed X's hostmask has been added to the userlevel X)
Posted By: Mlupu Re: @Notice - 07/12/06 04:07 PM
Code:
on X:NOTICE:*:?: { 
if !$window(@Notice) { window @Notice }  
aline @Notice $time (X) $1-
}
menu @Notice {  
$style(2) Notice { }
-
cmdshere
}



Is not working. I want all the notice who X send me, to be in a differend and single window. You understand what i'm trying to do ?
Posted By: CtrlAltDel Re: @Notice - 07/12/06 08:56 PM
It works perfectly here if you have X in your userlist.

type:

/guser x x 5

on the command line and test it
Posted By: Mlupu Re: @Notice - 08/12/06 05:25 AM
I had added X in userlist, but is not working... frown
Is still something who don't want work....I do not know what!
© mIRC Discussion Forums