Advertisement
paramecium100

Ame/amsg

Feb 28th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. alias ame {
  2. set %.ame 1
  3. while ($comchan($me,0) >= %.ame) {
  4. if ($comchan($me,%.ame) != #pomoc) && ($comchan($me,%.ame) != #brm) && ($comchan($me,%.ame) != #sops) {
  5. describe $comchan($me,%.ame) $1-
  6. }
  7. inc %.ame
  8. }
  9. }
  10.  
  11. alias amsg {
  12. set %.amsg 1
  13. while ($comchan($me,0) >= %.amsg) {
  14. if ($comchan($me,%.amsg) != #brm) && ($comchan($me,%.amsg) != #pomoc) {
  15. msg $comchan($me,%.amsg) $1-
  16. }
  17. inc %.amsg
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement