mIRC Home    About    Download    Register    News    Help

Print Thread
#10198 08/02/03 07:20 AM
Joined: Feb 2003
Posts: 32
C
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Feb 2003
Posts: 32
Hello...

I would like to write a remote that "monitors" all channels' OpNoticies and echoes them to another window. The problem that I have is that there is no "raw command" or "mIRC command" that I could conclude if the channel notice is only for the ops or for the all channel's users... frown The only idea (!) is to check if the user who sends the notice has an op, but this isn't a solution, because a user with an op can send a notice to all users, or a non-op user can send a notice only to ops (/notice @#....). Any ideas? frown

Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
are you wanting to catch notices from Ops to you ? and then send them to a @notice window ?

Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
on ^*:NOTICE:*:#: if @#* iswm $target || @+#* iswm $target { echo $color(notice) -mbflirt @OpNotices $+(-,$nick,:,$ifmatch,-) $1- | haltdef }


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Feb 2003
Posts: 32
C
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Feb 2003
Posts: 32
Thx Hammer smile


Link Copied to Clipboard