#   File randline.txt.  This is a testing file for the randline TCL
#   addins for eggdrop. It should be placed in the same directory as 
#   the randline.tcl file.

#   The following bind commands should be put in your bot config file:
#   (Minus the leading "#", of course.  :-)

#   bind pub - testSay          "cmd_sayRandLine        randline.txt 0"
#   bind pub - testNickMsg      "cmd_nickMsgRandLine    randline.txt 0"
#   bind pub - testTargetMsg    "cmd_targetMsgRandLine  randline.txt 0"
#   bind pub - testMe           "cmd_meRandLine         randline.txt 0"
#   bind pub - testNickMe       "cmd_nickMeRandLine     randline.txt 0"
#   bind pub - testTargetMe     "cmd_targetMeRandLine   randline.txt 0"
#   bind pub - testNote         "cmd_noteRandLine       randline.txt 0"
#   bind pub - testNickNote     "cmd_nickNoteRandLine   randline.txt 0"
#   bind pub - testTargetNote   "cmd_targetNoteRandLine randline.txt 0"
#   bind pub - testKick         "cmd_kickRandLine       randline.txt 0"

#   bind msg - testSayPW        "cmd_sayRandLine        randline.txt 1"
#   bind msg - testNickMsgPW    "cmd_nickMsgRandLine    randline.txt 1"
#   bind msg - testTargetMsgPW  "cmd_targetMsgRandLine  randline.txt 1"
#   bind msg - testMePW         "cmd_meRandLine         randline.txt 1"
#   bind msg - testNickMePW     "cmd_nickMeRandLine     randline.txt 1"
#   bind msg - testTargetMePW   "cmd_targetMeRandLine   randline.txt 1"
#   bind msg - testNotePW       "cmd_noteRandLine       randline.txt 1"
#   bind msg - testNickNotePW   "cmd_nickNoteRandLine   randline.txt 1"
#   bind msg - testTargetNotePW "cmd_targetNoteRandLine randline.txt 1"
#   bind msg - testKickPW       "cmd_kickRandLine       randline.txt 1"

# Here is the count
4

Line 1: Bot: ${botnick} Channel: ${channel} Nick: ${nick} Target: ${target}
Line 2: Nick: ${nick} Target: $target Message: $message
This is a \"test\" of special \\chars\\ thi\$ is only a test!!!!
This line will never be evaluated.  The [] characters are considered dangerous!

# End of file


