|
|
Unless you are using a static global admin you will need to logon first. If using a static global admin, proceed to the next section. If you need to logon, you will need your logon information which you specified in make install.
- Issue the logon
- /msg <botnick> logon <handle> <password>
- /msg oer logon EQU-dyn secret
|
|
|
|
With oer 1.0-47 or newer the following 3 steps can be done with make install and hence you can proceed to the next section. The password protected dynamic admin feature is available in oer 1.0-46 or newer.
- Add a global admin (see admin flags)
- /msg <botnick> add admin <handle> <flags>
- /msg oer add admin EQU-dyn d
- Add a hostmask to the global admin (even password protected admins require a hostmask)
- /msg <botnick> add mask admin <handle> <hostmask>
- /msg oer add mask admin EQU-dyn equ@*.org
- Add a password to the global admin
- /msg <botnick> edit password <handle> <password>
- /msg oer edit password EQU-dyn secret
|
|
|
|
- Add the channel
- /msg <botnick> add channel <channel>
- /msg oer add channel #unix
- Set channel mode
- /msg <botnick> edit <channel> chanmode <mode>
- /msg oer edit #unix chanmode +nt
- Set channel flags (see channel flags)
- /msg <botnick> edit <channel> chanflags <channel flags>
- /msg oer edit #unix chanflags ov
|
|
|
|
- Add a channel admin (see user flags)
- /msg <botnick> add <channel> user <handle> <flags>
- /msg oer add #unix user EQU a
- Add a hostmask to the channel admin
- /msg <botnick> add <channel> mask user <handle> <hostmask>
- /msg oer add #unix mask user EQU equ@*.equnet.org
|
|
|
|
- Add a channel admin (see user flags)
- /msg <botnick> add <channel> user <handle> <flags>
- /msg oer add #unix user EQU-dyn ad
- Add a hostmask to the channel admin (even password protected users require a hostmask)
- /msg <botnick> add <channel> mask user <handle> <hostmask>
- /msg oer add #unix mask user EQU-dyn equ@*.org
- Add a password to the channel admin
- /msg <botnick> edit <channel> password <handle> <password>
- /msg oer edit #unix password EQU-dyn secret
|
|
|
|
- Add a channel user (see user flags)
- /msg <botnick> add <channel> user <handle> <flags>
- /msg oer add #unix user EQU o
- Add a hostmask to the channel user
- /msg <botnick> add <channel> mask user <handle> <hostmask>
- /msg oer add #unix mask user EQU equ@*.equnet.org
|
|
|
|
- Add a channel user (see user flags)
- /msg <botnick> add <channel> user <handle> <flags>
- /msg oer add #unix user EQU-dyn do
- Add a hostmask to the channel user (even password protected users require a hostmask)
- /msg <botnick> add <channel> mask user <handle> <hostmask>
- /msg oer add #unix mask user EQU-dyn equ@*.org
- Add a password to the channel user
- /msg <botnick> edit <channel> password <handle> <password>
- /msg oer edit #unix password EQU-dyn secret
|
|
|
Now go read the oer and oer+MySQL User Manual to get even more familiar with oer or oer+MySQL.
|