Jump to content

Evolution IRCWX


JOhnson

Recommended Posts

I am wondering if anyone can answer my question and if so I will thank you now

Why do not all the codes work in my bot in evolution but work in buzzen and SPCN ?

again thank you for any replies :D

Link to comment
Share on other sites

thank you for the reply Shannon ... I thought it was just me :D

the codes are just basic on *:Join:#:{ ... but then I thought maybe evolution is still updating there site

and that is the problem ?  time will tells :D

#welcome on
on *:Join:#:{
  if ($nick == $me) {
    halt
  }
  else {
    msg # :D Welcome :D $nick
    }
}

Link to comment
Share on other sites

17 hours ago, JOhnson said:

I am wondering if anyone can answer my question and if so I will thank you now

Why do not all the codes work in my bot in evolution but work in buzzen and SPCN ?

again thank you for any replies :D

What type of server is Evolution?

Link to comment
Share on other sites

thanks for the interest in this topic ... I have tried other codes I haves from buzzen and SPCN and again no joy

I thought maybe try and old mIRC with the same codes but still the same

not sure what to do next ? ... maybe ask in the helpdesk ?

thanks again for all your replies

Link to comment
Share on other sites

On ‎5‎/‎8‎/‎2019 at 4:14 AM, JOhnson said:

thank you for the reply Shannon ... I thought it was just me :D

the codes are just basic on *:Join:#:{ ... but then I thought maybe evolution is still updating there site

and that is the problem ?  time will tells :D

#welcome on
on *:Join:#:{
  if ($nick == $me) {
    halt
  }
  else {
    msg # :D Welcome :D $nick
    }
} 

2 things on this particular code. 1 make sure you have "#welcome end" below any groups. 2 Make sure you don't have another on *:JOIN:#: in the same file. mIRC reads events in files from the top down.

If you want to give me evolutions server info, I can go there and see if I can troubleshoot the problem. Typically code is more mIRC specific across the same server protocols not code specific so yes, the above should work as long as it has a #welcome end under it.

Also, check /debug @debug and see if it is sending anything to the server, if so, it IS server side, if not, then it is code side. (Y)

Edited by Winz
Left something out.
Link to comment
Share on other sites

""If you want to give me evolutions server info, I can go there and see if I can troubleshoot the problem. Typically code is more mIRC specific across the same server protocols not code specific so yes""

 

server 167.114.203.110 7778

http://evolutionchat.co

This is just one of the things that will not work there...This is the most basic one I have..

on :TEXT:*kicks da bot:#:/msg # Hey Fragile piece of machinery here!!

My google search snippit works on others - but not evo - same with several other snippits - I did get a guest to work your weather add-on but not all the time it seems. I pretty much have given up for now as I already have my fingers in too many pies / projects to play with it for now.. (A) hmm no angel emote so (YN)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...