mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
im on a server with 2 different names (2 server connections open for the same chat server)

my onjoin aop msgs go to both server connections for the channel, how can i stop this?

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
1: Use 2 separate copies of mIRC (in different folders)

2: Add qualifiers to the beginning of all your events:

Code:

if ($me != MyBotsNick) return

; rest of code here




-genius_at_work


Link Copied to Clipboard