mIRC Homepage
Posted By: Skinnydeads On Text Activation - 18/01/16 09:06 AM
Have bin looking for a couple hours and i'm only finding really old posts for this that are outdated.

This should put out a message in the chat ( not msg )
When saying !bant

Would also like if other people can use it but would already be happy if i get this to work


Code:
on *:text:*:!bant:{
  .say if you are banned go to this link
}
Posted By: westor Re: On Text Activation - 18/01/16 12:36 PM
Try use this code:

Code:
on *:text:!bant:#:{
  .msg $chan if you are banned go to this link
}
Posted By: Skinnydeads Re: On Text Activation - 18/01/16 01:07 PM
Originally Posted By: westor
Try use this code:

Code:
on *:text:!bant:#:{
  .msg $chan if you are banned go to this link
}


It tells me that !bant is a unknown command
Any other suggestions
Thanks for your time.
Posted By: westor Re: On Text Activation - 18/01/16 01:13 PM
Try again to copy it, it had some special characters and i removed them, not i tested and its working on me.

Code:
ON *:TEXT:!bant:#:{
  .msg $chan if you are banned go to this link
}
Posted By: Skinnydeads Re: On Text Activation - 18/01/16 02:27 PM
Originally Posted By: westor
Try again to copy it, it had some special characters and i removed them, not i tested and its working on me.

Code:
ON *:TEXT:!bant:#:{
  .msg $chan if you are banned go to this link
}


Sadly enough it still does nothing smirk
Posted By: westor Re: On Text Activation - 18/01/16 02:35 PM
It working for me:



Try to create a new file in Remotes tab and paste the code on it, remove any older !bant related on text event and try again, if this will not work then you've made something incorrect.
Posted By: Skinnydeads Re: On Text Activation - 18/01/16 03:39 PM
Alright thanks for your help got it to work
© mIRC Discussion Forums