mIRC Home    About    Download    Register    News    Help

Print Thread
#244048 20/01/14 03:17 AM
Joined: Dec 2013
Posts: 779
N
Nillen Offline OP
Hoopy frood
OP Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
I'm unsure why this code does not work since it works for everything else.

Code:
on me:*:join:#: {
  set -u20 %joinwelcomeoff. $+ $chan On 
  if ($istok(%firsttimejoin,#,32)) { return }
  msg $chan Konnichiwa! Make sure to Mod me so all my commands work. - If you ever want me to leave, please use the !leave command. - My global commands are: %globalcommands $+ . Feel free to use them. - I'm currently working on a website where you can input your own commands as well.
  set %firsttimejoin $addtok(%firsttimejoin,#,32) 
}
What I'm focusing on is the first row. This code refuses to start. It's weird since the other "set" works!
Does starting a timer not work in conjunction with me*:join?

I use the same formatting all over my remote.ini so it can't be that. For example:
Code:
 set -u10 %floodchan. $+ $chan On 
is my most common code.


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Nillen #244050 20/01/14 06:52 AM
Joined: Dec 2013
Posts: 779
N
Nillen Offline OP
Hoopy frood
OP Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Sorry! The issue seemed to be temporary, tested it again without changing any code and it currently works fine.

/thread


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net

Link Copied to Clipboard