mIRC Home    About    Download    Register    News    Help

Print Thread
#256454 18/01/16 09:06 AM
Joined: Jan 2016
Posts: 8
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2016
Posts: 8
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
}

Last edited by Skinnydeads; 18/01/16 09:13 AM.
Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Try use this code:

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


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Jan 2016
Posts: 8
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2016
Posts: 8
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.

Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
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
}


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Jan 2016
Posts: 8
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2016
Posts: 8
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

Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
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.


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Jan 2016
Posts: 8
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2016
Posts: 8
Alright thanks for your help got it to work

Last edited by Skinnydeads; 18/01/16 07:57 PM.

Link Copied to Clipboard