Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. on *:start:{
  2. menubar -a emoticons @emoticons Emoty
  3. }
  4.  
  5. menu @emoticons {
  6. $submenu($listemoticons($1))
  7. }
  8. alias -l listemoticons {
  9. ; Show icons using the new $menuicon identifier
  10. return $emoticons($1) $+ :editbox -ai $emoticons($1)
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement