mIRC Home    About    Download    Register    News    Help

Print Thread
#256315 09/01/16 08:48 PM
A
AcidzDesigns
AcidzDesigns
A
Hi i want to be able to have a command when i type !shoutout USER it will say for an example

Me - !shoutout AcidzDesigns

Bot - Please go and follow this person twitch.tv/AcidzDesigns

Any help please

Thanks
-Acidz

#256316 09/01/16 09:48 PM
Joined: Apr 2014
Posts: 24
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Apr 2014
Posts: 24
Only mods will be able to use this.

Code:
on *:text:!shoutout *:#:{
  if ($nick isop #) {
    msg # Please go and follow this person http://www.twitch.tv/ $+ $2 
  }
}

A
AcidzDesigns
AcidzDesigns
A
Thats fine, its perfect <3

Thanks man


Link Copied to Clipboard