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.