mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2004
Posts: 31
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Oct 2004
Posts: 31
Im getting really pissed off
I made a game on a channel, where you buy weapons, and get gold every 20 mins
Its similar to Kings of Chaos, and Mediwar
To prevent autobuyers, I have a random code in the topic, that updates every turn
To buy a weapon they must type in the code.
It changes the code but WONT let me change the topic
Quote:
Set Topic With Earlier Timestamp: Operation administratively prohibited.

My code:
Code:
alias topic {
/set %code $rand(1000,100000)
/topic #KD Current code: %code [><] Welcome to #KD!
}


Well, what the heck is it doing
It happened yesterday, so i reconnected a few times and it worked
Now i reconnect 10 times and it does the same thing
What am I doing wrong, or is it an error

Joined: Sep 2003
Posts: 112
E
Vogon poet
Offline
Vogon poet
E
Joined: Sep 2003
Posts: 112
nothings seems to be wrong with your code ...
but if this is the error message

Set Topic With Earlier Timestamp: Operation administratively prohibited

it could only mean that the network your on doesnt allow topics to be changed in a split and any of those reasons, i am sure it has nothing to do with mirc .... see the people from the irc network

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
Code:
alias gametopic {
set %code $rand(1000,100000)
topic #KD Current code: %code [><] Welcome to #KD!
}


try not to use internal commands of (m)IRC as a name for aliasses... because this can screw up your script ;-]


If it ain't broken, don't fix it!

Link Copied to Clipboard