I'm running an eggdrop bot from my computer, and I need the bot to recognize the difference between itself and me. I know that hostmasks are expressed as Nick!ident@hostname. The bot and I must share the same ident@hostname, with the only difference being the nickname. Thus, to differentiate between myself and the bot, I've added myself as Interlude!ident@hostname, and the bot as BotName!ident@hostname. But, I want the freedom to use any nickname I want.
Thus, the problem is this. I want myself to be recognized by the bot as *!ident@hostname, EXCEPT that * cannot be the bot's nick. Is this possible on eggdrop? Can I have exceptions in my hostmask?