I've got a bot with a few scripts which allow or not the execution based on some differences between users.
I tried to use like a +h flag to allow users but apparently, when I check the handle like:
bind pub - !test testproc
proc testproc {nick host hand chan arg} {
putserv "PRIVMSG $chan: $hand"
}
I always get a '*' as a answer...
so a mattchattr |h against an '*' is never true...
Is there any obvious mistake?
Or how could I make the bot identify users in another way (and pretty secured)