This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

.chattr

General support and discussion of Eggdrop bots.
Post Reply
k
kerum
Voice
Posts: 8
Joined: Fri Jan 11, 2013 10:06 am

.chattr

Post by kerum »

Hi. I'm having some issues with .chattr.
It worked when I did
<me> .chattr me +a #channame
Works for me. When I reconnect and identify, it works.
But the problem is, I did the same thing for another user like this:
<me> .chattr him +a #channame
Then the bot replied:
<bot> Global flags for him are now +hp.
<bot> Channel flags for him on #channame are now +a.
But the bot still doesn't give him op. Any help is appreciated.
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

Give user +o too, and see what happens.

Code: Select all

.chattr him +o #channame

To check user's current flags:

Code: Select all

.whois him
Post Reply