okay, i think the only problem we're having now is being able to clear the list.

so the "!bun2" command is just a command that shows who's in line, but doesn't delete them. this is perfect.

but the "!clear" command won't actually clear the list, because we tried it once and then tried to see who's in line but it still showed us in line:



this is the code i have for the !clear command:
Quote:
on *:text:!clear:#aribun21: {
if ($nick !isop $chan) return { write -c list.txt
msg $chan list reset. }
}

Last edited by kouyachi; 27/11/17 02:14 AM.