Issuing a logon for the password protected global admin (optional)
 

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.

  1. Issue the logon
    • /msg <botnick> logon <handle> <password>
    • /msg oer logon EQU-dyn secret
 
 
Adding a password protected global admin (optional)
 

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.

  1. Add a global admin (see admin flags)
    • /msg <botnick> add admin <handle> <flags>
    • /msg oer add admin EQU-dyn d
  2. 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
  3. Add a password to the global admin
    • /msg <botnick> edit password <handle> <password>
    • /msg oer edit password EQU-dyn secret
 
 
Adding a channel
 
  1. Add the channel
    • /msg <botnick> add channel <channel>
    • /msg oer add channel #unix
  2. Set channel mode
    • /msg <botnick> edit <channel> chanmode <mode>
    • /msg oer edit #unix chanmode +nt
  3. Set channel flags (see channel flags)
    • /msg <botnick> edit <channel> chanflags <channel flags>
    • /msg oer edit #unix chanflags ov
 
 
Adding a channel admin with a static hostmask
 
  1. Add a channel admin (see user flags)
    • /msg <botnick> add <channel> user <handle> <flags>
    • /msg oer add #unix user EQU a
  2. 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
 
 
Adding a password protected channel admin
 
  1. Add a channel admin (see user flags)
    • /msg <botnick> add <channel> user <handle> <flags>
    • /msg oer add #unix user EQU-dyn ad
  2. 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
  3. Add a password to the channel admin
    • /msg <botnick> edit <channel> password <handle> <password>
    • /msg oer edit #unix password EQU-dyn secret
 
 
Adding a channel user with a static hostmask
 
  1. Add a channel user (see user flags)
    • /msg <botnick> add <channel> user <handle> <flags>
    • /msg oer add #unix user EQU o
  2. 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
 
 
Adding a password protected channel user
 
  1. Add a channel user (see user flags)
    • /msg <botnick> add <channel> user <handle> <flags>
    • /msg oer add #unix user EQU-dyn do
  2. 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
  3. 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.