Do Not Disturb System

By MightyKiller on Jan 11, 2008

Do Not Distrub Thing Very Simple & Easy.

*************************Alias DnD Script**********************************
; autor: Fahad
; email: Fahad@ChatFunda.cOm
; website: www.ChatFunda.CoM
; contacts: ChatFunda Network(irc.ChatFunda.CoM) on #ChatFunda

alias dndon { 
  /ame is ( My private is off now, Please don't send me any more messages. ) at $time(hh:nn TT)
  /silence +*
  /tnick $me
  /away My private is off now, Please don't send me any more messages.
}

alias dndoff {
  /silence -*
  /nick $mnick
  /ame is ( My private is ON now ) gone $duration($awaytime)
  /away
}

menu channel,menubar {
  DnD System
  .DnD :/dndon
  .DnD-Back :/dndoff
}

*****************************End of DnD Script*******************************

Comments

Sign in to comment.
tzar469   -  Jan 12, 2008
  /tnick $me

This will do nothing because it\'ll try to change you nick to your current nick.

 My private is off now, Please don\'t send me any more messages. ) at $time(hh:nn TT)

This should say ON, not off.

 Respond  
[DX]   -  Jan 11, 2008

UnrealIRCd Command

***** Silence *****
 -
 Ignores messages from a user or list of users at the Server itself.
 -
 Syntax: SILENCE +nickname (Adds a nickname to SILENCE list)
         SILENCE -nickname (Removes a nickname from the SILENCE list)
         SILENCE           (Lists the current SILENCE list)
 Respond  
Siddhant   -  Jan 11, 2008

Umm, /silence?

 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.