hey, im trying to make script for if anyone types "!mods"
that the bot/me says in chat what mods are currently online.
i have this sofar. but it only does the Else command msg.
ON @*:text:!mods:#: {
if (Sniperpanda isin #) { /msg $chan Current Online mods are: Wo3dy, Sniperpanda.
}
else { /msg $chan Current Online Mods are: Wo3dy.
}
}
Also, if there are more mods. how to add them into the script?(just with more if lines?) or is there a more easier way for mIRC to see what mods are online.
its a script for twitch chat, (thru mIRC ofcourse)
thx in advance.