Message box for off people

By Seraphin on May 27, 2006

If you want to send somethink to somebody, who is off. You can use this ... the message will be send to him, when he comes to channel ...

usage :
!addvzkaz nick text

on *:TEXT:!addvzkaz*:#:  {
.writeini vzkazy.ini memory $2 Uzivatel $nick ti zde zanechal v $time dne $date vzkaz : $3-
.msg $chan Zprava pro uzivatele $2 byla ulozena !
} 

;this will save your message for people

on 1:JOIN:#: { 
  if ($readini(vzkazy.ini,memory,$nick)) { 
  .msg $nick $readini(vzkazy.ini,memory,$nick ) 
  .remini vzkazy.ini memory $nick
  } 
}

Comments

Sign in to comment.
Raichu   -  May 28, 2006

and what would be if they got a PM block? Make it notice.

Try add the ability to make a choice by /msg or /notice.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.