Changeset 66 for trunk/Phergie/phergie.ini
- Timestamp:
- 02/17/08 19:53:26 (5 years ago)
- Files:
-
- 1 modified
-
trunk/Phergie/phergie.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Phergie/phergie.ini
r64 r66 19 19 ; nick to use for the bot 20 20 nick = 21 22 ; altnick0 :23 ; alternate nicks to use for the bot in the event that the preferred nick24 ; is unavailable; this setting may be repeated with a different number25 ; (i. e. altnick1, altnick2, etc.)26 altnick0 =27 21 28 22 ; realname : … … 79 73 ; if set to true, chan operators are given admin rights 80 74 admincommand.ops = true 75 76 ;----------------------------------------------------------------------------- 77 ; Alternate Nick 78 ;----------------------------------------------------------------------------- 79 80 ; altnick.altnick0 : 81 ; alternate nicks to use for the bot in the event that the preferred nick 82 ; is unavailable; this setting may be repeated with a different number 83 ; (i. e. altnick1, altnick2, etc.) 84 altnick.altnick0 = 81 85 82 86 ;-----------------------------------------------------------------------------