Skip to content
General IRCd

Sounds error

A TG007 community discussion started by DalienX.

Discussion 3 posts
Page 1 of 1
Open
Topic #7664 · 3 published posts · 1,659 views

on *:kick:#: { /splay $mircdir $+ sounds\357mag.wav }
on *:part:#: { /splay $mircdir $+ sounds\clunk.wav }
on *:quit:#: { /splay $mircdir $+ sounds\clunk.wav }

Ok i have these custom sounds here, pretty basic stuff.

but the bottom one doesn't seem to work right for some reason.

when someone quits i get "#: Unknown command" in the status window.

Cant work out why cause the top two work just fine.

any ideas?

I don't think quits have the channel.

 

on *:quit:/splay $mircdirsounds\clunk.wav

I don't think quits have the channel.

 

on *:quit:/splay $mircdirsounds\clunk.wav

Thanks travis, that fixed it.