1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# Example users-file for FISG
# ===========================
# Lines starting with # are comments, empty lines are ignored,
# all other lines are interpreted as user definations, format is:
#
# [!]<user handle or name>:<nick> [<aliasnick>...]:<filename of picture>:<homepage URL>
#
# Aliases may have '*' and '?' used in them, used for matching as expected.
#
# If user handle's first character is "!", all associated nicks/masks are
# ignored and won't show up in the statistics.
#
# Examples
# ========
# username:nicks used by him:picture.jpg:http://www.domain.com/
#
# ccr/TNSP:ccr ccr_ ggr::http://ccr.tnsp.org/
#
# fgcl/TNSP:fgcl*:
#
# mdx/TNSP:*mdx*:mdx.jpg:http://www.saab.com/
#
# sindrom of TNSP:sundwn*:image name with spaces.jpg:
#
# !idiot ignored:*idiot* _lamer_ 31337*:
# !ircbots:mybot* otherbot thirdbot_:
#
###################################################################
# NOTICE! Remember to include __ALL__ user's nicks in the NICKLIST!
#
# For example, next line would be INCORRECT for nick "somebody"
# somebody:s0m3body somebody_*:
#
# A CORRECT line would be:
# somebody:somebody s0m3body somebody_*:
#
###################################################################
|