mIRC Home    About    Download    Register    News    Help

Print Thread
#19816 17/04/03 11:56 AM
P
phrozenfire
phrozenfire
P
1. how can i send a messages to all my dcc chats open?

2. i need to make a chat channel, but it's hidden, it's in a dialog instead. like i want a hidden channel that can still recieve remotes, they just can't see they are in the channel. i dont think this is possible, so if you know any other ways i could have a chatroom in a dialog, tell me.

#19817 17/04/03 10:19 PM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
1. Loop through $chat(%i):
Code:
var %i = 1
while $chat(%i) {
  msg $ifmatch <text>
  inc %i
}

2. Have you tried /window -h #channel? see /help /window for more switches and options.


Link Copied to Clipboard