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.

I set a user with a global +o flag. What if a user changes t

Old posts that have not been replied to for several years.
Locked
k
kangoll

Post by kangoll »

so i gave a user a global +o flag
.chattr nick +o #channel

and it recorded the host

<big_bopper> HOSTS: *!AZ@*.shawcable.net

so what if another user has the same @*.shawcable.net handle but changes his host name to AZ will he be op'ed when he enters the channel? i'm really unsure of this
B
BassTeQ

Post by BassTeQ »

Yes that means anyone on the
.shawcable.net
network can change their indentd to AZ and the bot will op that, with the mask set the way you have it,
*!AZ@*.shawcable.net
it will not look at the nick, rather his identd and hostname. Make sure you set the bot up to accept a password from the user AZ prior to giving him OPs, dont just give ops to anyone that matches that host mask.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

As long as you do not set +a flag against the user, and have them set a password, you should be OK.

The +o flag does not OP people, unless they request it. If they do, they are required to send there password, so that the bot authorises them (type "/msg <botname> help op" on irc for the usage).
k
kangoll

Post by kangoll »

how do i set a password for that specific user?
of do i just give them my password?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Give them your password, are you joking?

No, tell them to message the bot in the following format.
/msg <bot> pass <password>
Changing <bot> and <password> accordingly.
k
kangoll

Post by kangoll »

ok then... how do i set the users password?
what is the command?
B
BassTeQ

Post by BassTeQ »

.chpass <user> <password>
B
BassTeQ

Post by BassTeQ »

.chpass <user> <password>
Locked