and add 1 or more users.
In partiline.
Code: Select all
<Nor7on>.+waitlist <Nick>
<BOT>Add Nick to wait list.
<BOT>Status is: Pending
<BOT>By: Nor7on.
Code: Select all
<Nor7on>.+waitlist Raul
<BOT>Add Raul to wait list.
<BOT>Raul Status is: Pending
<BOT>By: Nor7on.
for remove: !delwaitlist Raul
and for remove user in partyline: .-waitlist Raul
in the channel when pub this command:
Code: Select all
<Raul>!estado Raul
<BOT>status Raul is: <Pending/Acepted/Denied>
Variables ( 1 Acepted, 2 Denied )
Code: Select all
<Nor7on>.waitlist Raul 1
<BOT>Raul is Acepted!
Code: Select all
<Nor7on>.waitlist Raul 2
<BOT>Raul is Denied!
Code: Select all
<Raul>!estado Raul
<BOT>status Raul is: Acepted
Code: Select all
<Raul>!estado Raul
<BOT>status Raul is: Denied
can help me?