Memo system for chatspace
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.0 (of 3 scores) |
| Date Added | Sep 06, 2008 |
| Last Updated | Sep 08, 2008 |
| Tags | : a chatspace dialog i memo mine not seen share so system thought would |
Introduction
just copy into remotes
REVISED AND EDITED
Thank you for your comments and as such have edited the script as suggested
P.S sorry for my stupid arse comments
eek
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 11:43 am
Posted on Sep 6, 2008 11:43 am
hmmn looks good and what Ive wanted for a while
/me tests
/me tests
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 11:49 am
Posted on Sep 6, 2008 11:49 am
First off halt your timers using "." (.timer)
also you dont need "/" before commands
The dialog is ugly tbh, and your buttons are too small.
add not a registered nickname you should check that they have actually entered a nick and maybe use noop to let them know you need text in the edit boxes.
[17:47:pm] -> -Eugene- Eugene Eugene has sent a memo to you
-
* /dialog: '-Memo' name in use (line 2, Memo System)
I got that when I sent myself a MEMO
also you dont need "/" before commands
The dialog is ugly tbh, and your buttons are too small.
add not a registered nickname you should check that they have actually entered a nick and maybe use noop to let them know you need text in the edit boxes.
[17:47:pm] -> -Eugene- Eugene Eugene has sent a memo to you
-
* /dialog: '-Memo' name in use (line 2, Memo System)
I got that when I sent myself a MEMO
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 11:51 am
Posted on Sep 6, 2008 11:51 am
| Code: |
raw 270:*:{ set %memo1 $1- | timer 1 3 unset %memo1 } raw 276:*:{ set %memo2 $1- | timer 1 3 unset %memo2 } raw 264:*:{ set %memo3 $1- | timer 1 1 unset %memo3 } |
I'm confused about this part. You set a variable and then unset it (btw you can just do set -u1 %memo3 $1-, but that's not the point...), and then you never use the variables that you set.
Edit: my bad. It seems that you don't use %memo3 and also %memo5
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 11:53 am
Posted on Sep 6, 2008 11:53 am
the reason for the /dialog: '-Memo' name in use (line 2, Memo System) when u sent urself a memo was due to the fact the memo system was open already
If someone sends you a memo it auto opens the memo system
And how big do you want the buttons???? if u have an eye site problem get some glasses :)
If someone sends you a memo it auto opens the memo system
And how big do you want the buttons???? if u have an eye site problem get some glasses :)
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 11:55 am
Posted on Sep 6, 2008 11:55 am
the varaibles are used the second they are set and thats why they unset after 3 seconds please look at the codes more thoroughly before posting commment
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 11:57 am
Posted on Sep 6, 2008 11:57 am
ROFL @ how he responded to MD
anyhow I know the MEMO dialog was already open, please read the whole comment before posting replies.
Also you didnt reply to the top 75% of my comment.
anyhow I know the MEMO dialog was already open, please read the whole comment before posting replies.
Also you didnt reply to the top 75% of my comment.
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:00 pm
Posted on Sep 6, 2008 12:00 pm
the rest of your comment wasnt worth replying for example "you should check that they have actually entered a nick and maybe use noop to let them know you need text in the edit boxes." if u dont know you have to enter a nick then maybe you shoudnt be useing the internet in anyway would you also like me to state u have to enter "text" in order to send a memo as u may think it can read your mind????
How ever the timer suggestion is greatly appreciated and will put that into use ty
How ever the timer suggestion is greatly appreciated and will put that into use ty
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:01 pm
Posted on Sep 6, 2008 12:01 pm
| Quote: |
the varaibles are used the second they are set and thats why they unset after 3 seconds please look at the codes more thoroughly before posting commment |
I know, that's why I said:
| Quote: |
Edit: my bad. It seems that you don't use %memo3 and also %memo5 |
Which unset after 1 second. But nowhere else in the code do you use %memo3 or %memo5.
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:03 pm
Posted on Sep 6, 2008 12:03 pm
yes sry the memo3 and 5 were supposed to msg forgot to re edit before i posted my bad
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:05 pm
Posted on Sep 6, 2008 12:05 pm
It was definetly worth replying to, its not that I dont want to enter a nick but if I dont then I get an error, also what has that got to do with me using the internet ?!?
its not user friendly at all and its bug infested so yes I WOULD like you to state that you MUST enter text, also that would prevent any errors.
np for the .timer suggestion
/me rates 2
its not user friendly at all and its bug infested so yes I WOULD like you to state that you MUST enter text, also that would prevent any errors.
np for the .timer suggestion
/me rates 2
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:07 pm
Posted on Sep 6, 2008 12:07 pm
please note in the dialog box above each text area is an explantiion as what to put in the boxs for exapmle box "Place in this box the nick name you are sending a memo to", 9, 000 032 400 22
?????
?????
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:10 pm
Posted on Sep 6, 2008 12:10 pm
It shows you WHERE
Does NOT say you must and if nothing is entered then I just get an error:
"add not a registered nickname"
If you used noop then no there would be no errors and people would know they MUST enter something into the edit box.
Does NOT say you must and if nothing is entered then I just get an error:
"add not a registered nickname"
If you used noop then no there would be no errors and people would know they MUST enter something into the edit box.
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:16 pm
Posted on Sep 6, 2008 12:16 pm
Not at all, I think most people would tell you thats an error since I got no less than that when I posted codes with errors similar.
It might be obvious but some people might forget, just test the code or w/e
Plus you could have used this time arguing with me to fixed it, all you have to do is check if there is no text then noop with an error message saying "You must enter a nick to send a MEMO"
It might be obvious but some people might forget, just test the code or w/e
Plus you could have used this time arguing with me to fixed it, all you have to do is check if there is no text then noop with an error message saying "You must enter a nick to send a MEMO"
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:41 pm
Posted on Sep 6, 2008 12:41 pm
Danny, lol, you need BASIC Checks!
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 12:43 pm
Posted on Sep 6, 2008 12:43 pm
Exactly, its not like I did a Napa, just check that there is text in the editboxes, if not then noop saying they must enter text, would take no more than 5 minutes to code it and update.
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 2:17 pm
Posted on Sep 6, 2008 2:17 pm
what is $did
this is what it said in my status window:
this is what it said in my status window:
| Quote: |
* Invalid parameters: $did (line 418, remote.ini) |
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 2:29 pm
Posted on Sep 6, 2008 2:29 pm
Danny, what did you do to the script?
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 2:52 pm
Posted on Sep 6, 2008 2:52 pm
$did is dialog ID
He has an alias without a dialog but is trying to use Dialog ID
/me rates 1
He has an alias without a dialog but is trying to use Dialog ID
/me rates 1
mIRC Snippet:
Memo system for chatspace
Posted on Sep 6, 2008 6:00 pm
Posted on Sep 6, 2008 6:00 pm
Hmm wheres the dialog man?.`-.-ยด
mIRC Snippet:
Memo system for chatspace
Posted on Sep 7, 2008 2:02 am
Posted on Sep 7, 2008 2:02 am
He edited the code and for some reason removed the dialog.
mIRC Snippet:
Memo system for chatspace
Posted on Sep 7, 2008 7:38 am
Posted on Sep 7, 2008 7:38 am
ughhhhhhhhh you all confussing me LMAO ..... Wheres napalm he can make sense of this rofl
mIRC Snippet:
Memo system for chatspace
Posted on Sep 7, 2008 9:29 am
Posted on Sep 7, 2008 9:29 am
I never said it was "shoot"
I looked for a MEMO system ages ago but they were all for ircD and using MEMOserv
I looked for a MEMO system ages ago but they were all for ircD and using MEMOserv






