home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bx75p3.zip / doc / pana.txt < prev    next >
Text File  |  1999-02-23  |  627b  |  14 lines

  1. Some minor modifications that must be made to BitchX:
  2.   * Additional set for FORMAT_USERS named FORMAT_USERS_TITLE
  3.     FORMAT_USERS_TITLE $G Channel list for %B$1%n at %G(%n$0%G)%n:
  4.     eg:
  5.     ::: Channel userlist for #BitchX at (12:00):
  6.     ::: [ Nickname ] [  level ] User@Hostname
  7.     ::: [ BarK0de  ] [ 90:2:2 ] gumbee@ewheat.org
  8.  
  9.   * FORMAT_KILL You have been killed by $1 on $2 [$3-] displays as:
  10.     You have been killed by ewheat.org!BarK0de [(erp)]
  11.     $1 should have nick and server seperated into two different variables.
  12.     $1 should give nick, $2 should give server, $3 has the reason without 
  13.     the brackets.
  14.