It is very possible. Just add in a few lines that will first nick2hand and then check if the user has a flag, such as +Z. If the user does have it, then have the script just return. Then you can just .chattr some people +Z to have the script not bother them.
I see no need for the 'nick2hand' thing. Why don't you use the 'handle' that the proc gives you? Also, you may find interesting things in the tcl-commands.doc file and you can see http://tcl.activestate.com/man/tcl8.2.3 ... ntents.htm also.
Once the game is over, the king and the pawn go back in the same box.
Make an Nothing user and add the particular users hostmasks to this user. Then make an particular flag, then use the particular flag to ignore what you want.
Once the game is over, the king and the pawn go back in the same box.
caesar wrote:
Make an Nothing user and add the particular users hostmasks to this user. Then make an particular flag, then use the particular flag to ignore what you want.
i follow you until "Then make an particular flag". ok, suppose the user is 'userX' with hosts *!*first@ignored.user* and *!*second@ignored.user*. i give them a flag which doestn exist in any eggdrop function. lets say, flag X. so, .chattr userX +X
very good, now how do i make the bot ignore the users from that flag?