home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit v2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / TCL / flagonjoin.desc < prev    next >
Text File  |  1999-11-04  |  2KB  |  56 lines

  1. # FlagOnJoin.tcl by thepin in the 1998
  2. #############################################################################
  3. # This tcl is controled via dcc chat:
  4. #
  5. # .onjoin add <#channel> <flag> <msg> - to make a onjoin message for <flag>
  6. # -     if flag's - or * then it worx for everyone
  7. #  .onjoin rem <number of msg> - you get the numbers of the msgs with
  8. # -     typeing .onjoin messages in dcc chat
  9. #  .onjoin messages - gives you list of all onjoin messages that you are
  10. # -     allowed to see
  11. #############################################################################
  12. # if you got some questions or ideas mail me at pin@slackware.mmedia.is
  13. #############################################################################
  14.  
  15. # EXAMPLE: im master on LamestBot which got flagonjoin.tcl
  16.  
  17. the bot is on #finfiles
  18. in dcc chat I do .onjoin messages
  19. No are no on-join messages stored, yet
  20. [08:42] #thepin# onjoin messages
  21. thepin has joined #finfiles
  22. nothing happens
  23. thepin has left #finfiles
  24. now im gonna add some onjoin message for masters
  25.  
  26. in dcc chat i do:
  27. .onjoin add #finfiles +m Get more users to #finfiles
  28. .onjoin add #finfiles * Welcome to #finfiles, bring your friends here
  29. then I join #finfiles
  30. thepin has joined #finfiles
  31. PRIVMSG received from LamestBot Get more users to #finfiles for +m users
  32. PRIVMSG received from LamestBot Welcome to #finfiles, bring your friends here
  33. thepin has left #finfiles
  34. I wanna remove that for +m users
  35.  
  36. in dcc chat i do:
  37. .onjoin messages
  38. 0. m #finfiles Get more users to #finfiles
  39. 1. * #finfiles Welcome to #finfiles, bring your friends here
  40. eof .onjoin messages
  41. i wanna remove the number 0 onjoin msg
  42. so in dcc chat i do :) :
  43. .onjoin rem 0
  44. Removing 0 from ./flagmsg.lst
  45. .onjoin messages
  46. 0. * #finfiles Welcome to #finfiles, bring your friends here
  47. eof .onjoin messages
  48.  
  49. thepin has joined #finfiles
  50. PRIVMSG received from LamestBot Welcome to #finfiles, bring your friends here
  51.  
  52. ***************************************************************
  53.     IF YOU DONT UNDERSTAND THIS, THEN YOU'RE REALLY DUMB
  54. ***************************************************************
  55.  
  56.