Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:LOAD: {
- echo -a _____________________________________________________
- echo -a 4,1[15,1 SaNCaK 4,1] 0,1 Loading Add-On...
- echo -a 4,1[15,1 SaNCaK 4,1] 0,1 You are running mIRC $version on $os $+ .
- echo -a 4,1[15,1 SaNCaK 4,1] 0,1 Coder: 15SaNCaK 0,1 E-Mail: 15SaNCaK@SaNCaK.gen.tr
- echo -a 4,1[15,1 SaNCaK 4,1] 0,1 Copyright © 200915 http://www.sancak.gen.tr
- echo -a ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
- }
- Menu Menubar {
- $iif(%PrivateMessages,$style(1)) Private Messages ( $+ $iif(%PrivateMessages,On,Off) $+ ) {
- if (%PrivateMessages) { unset %PrivateMessages | .disable #ignore | .disable #ignore1 | echo -a $timestamp 2,15Private Messages 4CLOSE }
- else { set %PrivateMessages on | .enable #ignore | .enable #ignore1 | echo -a $timestamp 2,15Private Messages 3OPEN }
- }
- }
- alias messages { .disable #ignore | .disable #ignore1 }
- alias nomessages { .enable #ignore | .enable #ignore1 }
- #ignore off
- on *:TEXT:*:?:{
- close -m $nick
- msg $nick 4I am currently not accepting private messages, this message has not been read.
- }
- #ignore end
- #ignore1 off
- notice $nick 4I am currently not accepting private messages, this message has not been read.
- #ignore1 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement