Ok, first up i made a random number generator script for a game i`m making
This is the first part before i code anymore, and it`s not working, it works for me and no one else. frown

The Code
Code:
on *:text:!rand:#Trivia {
  msg $chan $nick Your number is4 $rand(0,100) 
}


I added this to my remotes section on my bot who uses V6.03
(for compatabilty until KTools.dll is updated)

I myself ShadowDemon uses V6.1 of mIRC and everytime i type
!rand

My bot gives the message above followed by my random number

[23:54] <@ShadowDemon> !rand
[23:54] <@MyBot> ShadowDemon Your number is 61
[23:55] <Test> !rand
[23:57] <@ShadowDemon> !rand
[23:57] <@MyBot> ShadowDemon Your number is 74
[23:57] <@Test> !rand

Ok the problem i`m having is that when i ask my friends to type the same line
!rand, they get nothing, i have asked different people with differing versions of mIRC
from V6.0 right upto V6.1 with V6.01 and V6.03 in the middle and they all get nothing.
The problem lines in the above example are shown in Blue

Could somebody please look at this code for me and tell me whats wrong with it, as i
cant see anything wrong ?

I checked for any other on text scripts running and even disabled then incase they
were interfering at all.
(I built my bot up and it does have on text scripts but i unloaded them)

No flood controls are enabled as i was using my test server (Private)

Thanks ShadowDemon
mIRC V6.1


Never argue with an idiot...they'll drag you down to their level and beat you up with experience