Discussion:
Help writing a few lines of script
(too old to reply)
senote
2003-12-19 23:47:44 UTC
Permalink
Hi, I am trying to write a simple script to make my mirc play a sound when
someone changes nick. But everything I trie doesnt work, does anyone have
any ideas?
°€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
2003-12-20 11:08:06 UTC
Permalink
Like I have said before, If you people would just read mIRC's help files,
damn!

on *:NICK:{
if ($nick != $me) { splay -wmp file }
}

splay == command to play sounds in mIRC
-w == wave
-m == midi
-p == mp3
file == file name ie. c:\mIRC\sounds\nick.wav
Post by senote
Hi, I am trying to write a simple script to make my mirc play a sound when
someone changes nick. But everything I trie doesnt work, does anyone have
any ideas?
senote
2003-12-20 21:44:03 UTC
Permalink
Many Thanks for the reply, it is appreciated.
Post by °€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
Like I have said before, If you people would just read mIRC's help files,
damn!
on *:NICK:{
if ($nick != $me) { splay -wmp file }
}
splay == command to play sounds in mIRC
-w == wave
-m == midi
-p == mp3
file == file name ie. c:\mIRC\sounds\nick.wav
Post by senote
Hi, I am trying to write a simple script to make my mirc play a sound when
someone changes nick. But everything I trie doesnt work, does anyone have
any ideas?
°€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
2003-12-21 07:09:41 UTC
Permalink
senote,
Thats what I am here for, is to help.
Also, when I say "If you people would read mIRC's help files", I do wish
people would read them first and try to figure out there problem. Then if
they still need help We/I am here. Plus, if you need, I guess you can email
me if you need any help, seeings how I will get it there faster.

-William- aka ClownDevilBoy
Post by senote
Many Thanks for the reply, it is appreciated.
Post by °€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
Like I have said before, If you people would just read mIRC's help files,
damn!
on *:NICK:{
if ($nick != $me) { splay -wmp file }
}
splay == command to play sounds in mIRC
-w == wave
-m == midi
-p == mp3
file == file name ie. c:\mIRC\sounds\nick.wav
Post by senote
Hi, I am trying to write a simple script to make my mirc play a sound
when
Post by °€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
Post by senote
someone changes nick. But everything I trie doesnt work, does anyone
have
Post by °€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
Post by senote
any ideas?
Joel
2003-12-21 09:52:53 UTC
Permalink
Post by °€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
senote,
Thats what I am here for, is to help.
Also, when I say "If you people would read mIRC's help files", I do wish
people would read them first and try to figure out there problem. Then if
they still need help We/I am here.
What made you think he hadn't read the help file? There is a fairly
steep learning curve with that. Learning programming (which this
essentially is, regardless of how one terms it) normally involves
using detailed, step by step tutorials, and even live instruction.
For a scripting language, mIRC's is remarkably low level, too. There
are plenty of reasons why it's difficult to become a really good mIRC
scripter.
--
Joel Crump
senote
2003-12-22 00:23:36 UTC
Permalink
I actually had read the help file, and am fairly smarter than yer average
joe when it comes to this kinda thing. However the splay command doesnt seem
to leap out at ya unless yer looking for it. A lot of my scripting I did by
disassembling the stuff already there.

Thanks for the help peeps its always appreciated :)
Post by Joel
Post by °€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
senote,
Thats what I am here for, is to help.
Also, when I say "If you people would read mIRC's help files", I do wish
people would read them first and try to figure out there problem. Then if
they still need help We/I am here.
What made you think he hadn't read the help file? There is a fairly
steep learning curve with that. Learning programming (which this
essentially is, regardless of how one terms it) normally involves
using detailed, step by step tutorials, and even live instruction.
For a scripting language, mIRC's is remarkably low level, too. There
are plenty of reasons why it's difficult to become a really good mIRC
scripter.
--
Joel Crump
°€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
2003-12-23 08:16:13 UTC
Permalink
Joel,
Well I never did say that senote did not read it, and I did not class senote
in the group of people that do not read the help file. But anyway it is not
that important.
Post by Joel
Post by °€ŠŠÇ£ówñ_Ðèvï£_ß󥊊€°
senote,
Thats what I am here for, is to help.
Also, when I say "If you people would read mIRC's help files", I do wish
people would read them first and try to figure out there problem. Then if
they still need help We/I am here.
What made you think he hadn't read the help file? There is a fairly
steep learning curve with that. Learning programming (which this
essentially is, regardless of how one terms it) normally involves
using detailed, step by step tutorials, and even live instruction.
For a scripting language, mIRC's is remarkably low level, too. There
are plenty of reasons why it's difficult to become a really good mIRC
scripter.
--
Joel Crump
Loading...