As the title says. Can anyone point me a link or some sort of info about events that amip generates?
To be more specific I want to finish amip mbot script that will change away msg to currently played song.
Thanks
Lucas
edit:
found those in java files
public static final int AC_EVT_PLAY = 0x0001;
public static final int AC_EVT_START = 0x0008;
public static final int AC_EVT_CHANGE = 0x0080;
public static final int AC_EVT_PLCHANGE = 0x0100;
public static final int AC_EVT_PLREADY = 0x0200;
can you please tell me meaning of those?
not sure which one will be the proper one for my script
It's not possible to use callbacks in the PHP mbot scripts because PHP is single threaded.
Is there any workaround/different approach then?
nvm found amip with mbot integrated install:
amip_mirandaim.zip Miranda IM (automatic installer)
in downloads
If anyone ever needs to use it with different protocols in miranda just add that protocol to the list in amip.php
Powered by Invision Power Board
© Invision Power Services