Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: TheHaruFenix on August 13, 2017, 04:44:49 AM

Title: Substitute @user@ for @target@ in same command line
Post by: TheHaruFenix on August 13, 2017, 04:44:49 AM
I have this:
Cmd name: !test1
Cmd Msg: Hello @user@/@target@


I need anyway to make this example in chat:
User1: !test1
Bot: Hello @User1
User1: !test1 @User2
Bot: Hello @User2


In other words, i needed to figure out a way of bot to switch @user@ to @target@ if the command user has put a @target@ before the command...
Anyway? @if@? I dnt know :(
Title: Re: Substitute @user@ for @target@ in same command line
Post by: TheNumbLock on August 13, 2017, 05:53:44 AM
@if@[@target@||||Hello @user@||Hello @target@]