i have a channel in euirc.net. an eggdrop read the users who is online and write a textfile whith nicklist.tcl.
this eggdrop (bot) is also list in this list, but i would like hide this bot.
it's possible to hide the eggdrop nick in the nicklist.txt?
regards
rené
The eggdrop's current nickname is always the first in the nicklist it returns. This would be index position 0. So you just need to skip this first position with a "list range" or [lrange].