mIRC Home    About    Download    Register    News    Help

Print Thread
#256315 09/01/16 08:48 PM
Joined: Nov 2014
Posts: 13
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Nov 2014
Posts: 13
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

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 
  }
}

Joined: Nov 2014
Posts: 13
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Nov 2014
Posts: 13
Thats fine, its perfect <3

Thanks man


Link Copied to Clipboard