Solved Config file

Discussion in 'Plugin Development' started by kamcio96, Dec 9, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    kamcio96

    Hey,
    I creating simple auth plugin. I have config file
    Code:
    accounts:
      kamcio96:
        pass: 'pass1'
      nick1:
        pass: 'pass2'
      nick2:
        pass: 'pass3'
    ...
    How I can read user nick? (e.g. kamcio96, nick1, nick2 ...)

    @EDIT
    I solved problem.
     
  2. Offline

    brord

    You should post the solution just in case others have the same problem :)x (not me, but still)
     
Thread Status:
Not open for further replies.

Share This Page