Tchatting.com Forums
mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks!

User Name
Password
Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2005, 03:53 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Thumbs up MemoServ Tiny Dialog

;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.
Reply With Quote
  #2  
Old 06-03-2005, 02:09 AM
ZAcK's Avatar
ZAcK ZAcK est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Upper Saddle River, NJ USA
Posts: 54
ZAcK is on a distinguished road
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:
Attached Images
File Type: png memo1.png (95.4 KB, 11 views)
File Type: png memo2.png (18.5 KB, 7 views)
File Type: png memo3.png (16.8 KB, 7 views)
File Type: png memo4.png (15.9 KB, 8 views)
__________________
:: 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.
Reply With Quote
  #3  
Old 06-03-2005, 10:52 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
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
__________________
Reply With Quote
  #4  
Old 09-03-2005, 07:12 AM
ZAcK's Avatar
ZAcK ZAcK est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Upper Saddle River, NJ USA
Posts: 54
ZAcK is on a distinguished road
Re: MemoServ Tiny Dialog

ty ty Cult
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity ::
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump

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

All times are GMT. The time now is 06:36 AM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
All data and information are copyright of DOTLeb Network