home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / gz-311a.zip / actplug.gmz next >
Text File  |  1998-08-14  |  878b  |  23 lines

  1. ##action plugin module support for GemZ 2.5
  2. ##Format for the plugin file must be one line per menuitem using
  3. ## the following keyword format
  4. ##"TITLE" TYPE TEXT GOES HERE
  5. ##   Type Keywords are: %ACT, %PUB, %KICK or %CMD
  6. ##   Other Keywords are %nk (nick) %pnk (possesive nick)
  7. ##     and %ch (current channel)
  8. ##   Comment lines must begin with a pound (#)
  9. ##To create a new column in the submenu, put %new as the second word
  10. ##  followed by a Command keyword
  11. ##%kick must have %nk following it immediately.
  12. ##%cmd must be followed by a valid command... like /gimpkick
  13.  
  14. "Go Postal" %act goes postal, whips out an AK-47, and Unloads on %ch
  15. "Ugly-stick" %act beats %nk with a custom built Ugly stick
  16. "Scream" %new %pub AIEEEEEEEEEEEEEEEE!!!!!!!
  17. "Shoulder" %act cries on %pnk shoulder
  18.  
  19. "superkali.." %kick %nk SuperKaliFragilisticKick
  20.  
  21. "Whois" %cmd /wi %nk
  22.  
  23.