Erik444
Member
how to make !command [optional argument]
i have this
srry.. im new on this.. :c
i cant make " !abrazo nick "
i have this
Code:
if(ev.msg == '!abrazo' && ' ')
{
var msg = config.message;
msg = msg.replace('%n', ev.clientNick);
msg = msg.replace('%r', ev.msg);
chatChannel(msg);
}else
{
chatChannel(errorMensaje);
}
srry.. im new on this.. :c
i cant make " !abrazo nick "