mIRC Home    About    Download    Register    News    Help

Print Thread
#21671 30/04/03 05:42 PM
Joined: Dec 2002
Posts: 15
A
awn Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Dec 2002
Posts: 15
Is it possible to use Agent without seeing Genie (or whatever)?

Thanks.

#21672 30/04/03 09:48 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
You could move it off screen

/gload <name>
/gmove <name> 2000 2

You'll see it move but then it'll stay offscreen.

#21673 01/05/03 12:06 PM
Joined: Dec 2002
Posts: 15
A
awn Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Dec 2002
Posts: 15
There seems to be a problem. I have entered the following code:
/move {
/gload genie
/gmove genie 3000 2
}

When I try this I get the following message:
* /gload: error loading 'genie' (Genie.acs) (line 30, aliases.ini)

If I remove the gload command I get the following message even though I can see Genie onscreen:
* /gmove: 'genie' not loaded (line 30, aliases.ini)

However it has no problem loading automatically when needed by mIRC.

Can you help?

#21674 01/05/03 12:40 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Hm Seems mIRC says it isn't loaded even when mIRC is using it :tongue:
I think you'll have to load & move it before mIRC starts it up, or unload it via the tray icon then do the gload / gmove

#21675 01/05/03 01:05 PM
Joined: Dec 2002
Posts: 15
A
awn Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Dec 2002
Posts: 15
This works:

/move {
/gunload genie
/gload genie
/gmove genie 2000 2
} cool

Thanks for help.


Link Copied to Clipboard