| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
;small MEMOSERV dialog
;add it to u`r remotes, to use it, type /memo Code:
alias memo { dialog -m memo memo }
dialog Memo {
title "MSG SYS"
size -1 -1 70 42
option dbu
box "Nick:", 1, 20 0 50 20
box "Memo:", 2, 20 20 50 20
button "Send", 3, 2 3 15 10
button "Read", 4, 2 27 16 10 ok
button "exit", 5, 2 15 15 10,cancel
edit [ %mnick ], 21, 22 8 45 10, autohs
edit , 20, 23 28 45 10, autohs
}
on *:dialog:memo:sclick:3: {
set %mnick $did($dname, 21).text
set %mmsg $did($dname, 20).text
msg memoserv send %mnick %mmsg
}
on *:dialog:memo:sclick:4: { msg memoserv read last | halt }
on 1:NOTICE:*New*:?:{
if ($nick == Memoserv) {
memo
}
}
__________________
Last edited by Cult; 21-11-2005 at 08:20 PM. |
|
#2
|
||||
|
||||
|
Re: MemoServ Tiny Dialog
emmmm, try using raws to halt the notices from memoserv, when sending and recieving, at least while the dialog is open. and wt is %mnick? it should be set while the dialog being Initialized.
Check out my memoserv dialog, I uploaded a few shoots :twisted:
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: Last edited by ZAcK; 06-03-2005 at 02:52 AM. |
|
#3
|
||||
|
||||
|
Re: MemoServ Tiny Dialog
man! thats a nice dialog...
but what i provided here.. is a small remote to manage there memos. i haven`t provided a script.. lol .. and i won`t :P but nice work btw ![]()
__________________
|
|
#4
|
||||
|
||||
|
Re: MemoServ Tiny Dialog
ty ty Cult
![]()
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nicknames Dialog Identifier | Password | mIRC :: SCRIPTING & HELP | 2 | 26-03-2007 10:20 PM |
| mIRC 6.2 released | Thugilex | mIRC :: SCRIPTING & HELP | 2 | 23-08-2006 10:38 AM |
| tinny auto join dialog | Cult | mIRC :: SCRIPTING & HELP | 0 | 13-09-2005 04:17 PM |
| DALnet service dialog | Cult | mIRC :: SCRIPTING & HELP | 0 | 08-09-2005 01:59 PM |