WMCAlliance / BukkitIRCd

BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
https://wma.im
Other
5 stars 6 forks source link

password incorrect? #111

Closed 0x1f415 closed 9 years ago

0x1f415 commented 9 years ago

disclosure: I'm pretty new to IRC so forgive me if this is a newbie question.

running cauldron 1.7.10-1.1286.06.216, latest BukkitIRCd. deleted and recreated all relevant config files, then edited:

oper-password: foo
oper-username: bar

reloaded config in the server console (open over ssh), opened my weechat and typed in the server buffer /oper foo bar, sever replied Password Incorrect.

what am I doing wrong?

WizardCM commented 9 years ago

I'm assuming you're using the Standalone/built in IRC server, is your IRC username/nickname identical to oper-username? I haven't used the Standalone server enough to know it back-to-front yet.

Truthfully, we should really have a file that allows you to specify the nicknames and idents of all IRC Ops, rather than having a global oper-user and oper-pass. Thoughts, @Mu5tank05?

0x1f415 commented 9 years ago

the oper account doesn't have to be the same username as the IRC account user or nick - it seems I was just confusing the username and password fields :sweat_smile:. thanks for your help.

WizardCM commented 9 years ago

Ah yes, that would do it. xD Glad you got it sorted. :)