Show
Ignore:
Timestamp:
02/17/08 19:53:26 (5 years ago)
Author:
tobias382
Message:

* Added missing onKick handler method to the base plugin class
* Reverted Pong plugin to return hostname specified by the server
* Moved alternate nick functionality from the Nickserv plugin into its own plugin, Altnick

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Phergie/phergie.ini

    r64 r66  
    1919;    nick to use for the bot 
    2020nick = 
    21  
    22 ; altnick0 : 
    23 ;    alternate nicks to use for the bot in the event that the preferred nick 
    24 ;    is unavailable; this setting may be repeated with a different number 
    25 ;    (i. e. altnick1, altnick2, etc.) 
    26 altnick0 = 
    2721 
    2822; realname : 
     
    7973;    if set to true, chan operators are given admin rights 
    8074admincommand.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.) 
     84altnick.altnick0 = 
    8185 
    8286;-----------------------------------------------------------------------------