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

  1. # man.desc for man.tcl version 1.0 by thepin
  2. ##########################################################################
  3. # This tcl is mostly controled via public commands:
  4. # ?! to add a sentence (+o needed)
  5. # ?? to request (msgs the channel if +o users uses it, else msg the user)
  6. # ?- to delete a sentence (+o needed)
  7. #
  8. # And few dcc commands:
  9. # .pubmsg add <#channel> to make the man.tcl work on channel
  10. # .pubmsg rem <#channel> to make the man.tcl stop working on channel
  11. # .pubmsg channels to see what channels man.tcl is working on
  12. #
  13. # TODO:
  14. #   add a file for each channel which have been added
  15. #   work with matchanattr, not only matchattr too
  16. #
  17. # If you have some ideas or questions email me at pin@slackware.mmedia.is
  18. ###########################################################################
  19. # HERE is a example of how this is used:
  20. first I add the tcl on LamestBot
  21. and do .rehash
  22.  
  23. im on #sick and #sleeps
  24. and lamestbot is on #sick and #sleeps too
  25.  
  26. <thepin:#sick> ?? eggdrop
  27. I wait a bit, hmm nothing happens, eh
  28. I find out what could be wrong, goto dcc chat
  29. .pubmsg help
  30. man.tcl 1.0 by thepin in the 1998
  31. --------------------------------
  32. USAGE: .pubmsg add <#channel>
  33. USAGE: .pubmsg rem <#channel>
  34. USAGE: .pubmsg channels
  35. USAGE: .pubmsg help
  36. --------------------------------
  37. .pubmsg channels
  38. This isnt available on any channel!
  39. .pubmsg add #sick
  40. added it to #sick
  41. .pubmsg channels
  42. This is available on #sick,
  43. now i goto #sick to test
  44.  
  45. <thepin:#sick> ?? eggdrop
  46. <LamestBot:#sick> eggdrop == man eggdrop
  47. Hmm, i wanna add something else for eggdrop
  48.  
  49. <thepin:#sick> ?! eggdrop ftp.sodre.net (/pub/eggdrop/scripts1.3/man.tcl.gz)
  50. <LamestBot:#sick> Added eggdrop to my list
  51. <thepin:#sick> ?? eggdrop
  52. <LamestBot:#sick> eggdrop == ftp.sodre.net (/pub/eggdrop/scripts1.3/man.tcl.gz)
  53. YESS, it worx, lezz add some more
  54.  
  55. <thepin:#sick> ?! thepin 31337
  56. <LamestBot:#sick> Added thepin to my list
  57. <thepin:#sick> ?? thepin
  58. <LamestBot:#sick> thepin == 31337
  59. <thepin:#sick> ?! haha laugh
  60. <LamestBot:#sick> added haha to my list
  61. <thepin:#sick> ?? haha
  62. <LamestBot:#sick> haha == laugh
  63. hmm, that haha sux, let's remove it
  64.  
  65. <thepin:#sick> ?- haha
  66. <LamestBot:#sick> Removed haha from my list
  67. <thepin:#sick> ?? haha
  68. <LamestBot:#sick> haha == man haha
  69. hmm, im tired of that ?? manpages, go to dcc chat with LamestBot
  70.  
  71. .pubmsg rem #sick
  72. Removed #sick from the list
  73. <thepin:#sick> ?? haha
  74. nothing happens so it worked to remove it out
  75.  
  76. few days l8r I wanna keep it on, not on #sick, on #sleeps, I go to dcc chat
  77. .pubmsg add #sleeps
  78. added it to #sleeps
  79. <thepin:#sleeps> ?? thepin
  80. <LamestBot:#sleeps> thepin == 31337
  81. I think why that came, then I remember that I added it on #sick for few days,
  82. and it's still in the storage file.
  83.  
  84. eof example for man.tcl ver 1.0
  85.