Page 1 of 1

[5.25] alarm.wav not found

Posted: 17.01.2009 19:53
by Tuxman
Bug:
When setting an alarm, it says:
* /splay: no such file '...\media\sfx\alarm.wav' (line 25, aliases.ini)

Solution:
Open the mIRC script editor (Alt+R) on Aliases, scroll to line 25:

Code: Select all

splay -w $mircdirmedia\sfx\alarm.wav
Replace that by:

Code: Select all

splay -w $mircdirmedia\sfx\alarm.mp3
Status:
Fixed in the next Gamers.IRC version.