mIRC Snippet:
Word Alert
Posted on Jul 19, 2008 4:05 am
Posted on Jul 19, 2008 4:05 am
The list wipes itself every time I disconnect so I have to readd the words
Also would it be possible to add an extra box were we could put the meaning of the word reasom bein I moderate an asian chat room on the server it would save having to look at notes all the time.
Many Thanks
Also would it be possible to add an extra box were we could put the meaning of the word reasom bein I moderate an asian chat room on the server it would save having to look at notes all the time.
Many Thanks
mIRC Snippet:
CalliCalendar
Posted on Dec 28, 2007 2:56 pm
Posted on Dec 28, 2007 2:56 pm
i think the code is nice the way it is. However I would add a Feature for people to be able to display what is in the calendar. I run an online magic the gathering league and i think the calendar is nice for us to input our tourneys we will be running. If you dont mind i would like to make a few edits.
mIRC Snippet:
KeyPad
Posted on Oct 5, 2007 9:12 pm
Posted on Oct 5, 2007 9:12 pm
was about to say what trav said, simply hold ctrl and minimize ;)
but this is a great idea, very original, good job
suggestion: maybe replace what you click with *'s
but this is a great idea, very original, good job
suggestion: maybe replace what you click with *'s
mIRC Snippet:
CalliCalendar
Posted on Sep 10, 2007 10:15 am
Posted on Sep 10, 2007 10:15 am
Nice job on this. I really could make use of this. But, how about redesigning the dialog a bit? Instead of having all of those buttons, you could perhaps make a list for each one?
mIRC Snippet:
CalliCalendar
Posted on Sep 10, 2007 9:33 am
Posted on Sep 10, 2007 9:33 am
Fixed a bug where at certain points, if the day number only had 1 digit it would appear as 01st for example, so the wrong dialog would open.
mIRC Snippet:
Hangman v1.0
Posted on Sep 5, 2007 9:40 pm
Posted on Sep 5, 2007 9:40 pm
So it looks like the below
| Code: |
on *:TEXT:!remword*:#: { if ($2 !isalpha) { notice $nick Words on the list only contains letters. | halt } var %d = $read(hangman.txt, w, $$2) if (( %d == $null )) { notice $nick That word is not in the list | halt } write -ds $+ $$2 hangman.txt $$2 msg # The word $$2 has been removed. } |
mIRC Snippet:
Hangman v1.0
Posted on Sep 5, 2007 9:39 pm
Posted on Sep 5, 2007 9:39 pm
I added
to the below
Since it allowed " !remword * " to actually remove " * "
| Code: |
| if ($2 !isalpha) { notice $nick Words on the list only contains letters. | halt } |
to the below
| Code: |
on *:TEXT:!remword*:#: { var %d = $read(hangman.txt, w, $$2) if (%d !isalpha) { msg $chan Words on the list only contains letters. | halt } if (( %d == $null )) { notice $nick That word is not in the list | halt } write -ds $+ $$2 hangman.txt $$2 msg # The word $$2 has been removed. } |
Since it allowed " !remword * " to actually remove " * "
mIRC Snippet:
CalliCalendar
Posted on Sep 2, 2007 1:13 pm
Posted on Sep 2, 2007 1:13 pm
Ohh I like this one. :) Nice work Callison1 :)
mIRC Snippet:
CalliCalendar
Posted on Aug 31, 2007 9:03 am
Posted on Aug 31, 2007 9:03 am
Yes sorry about that, I forgot to take it out (i put it in for testing ). I have removed it now.
mIRC Snippet:
CalliCalendar
Posted on Aug 31, 2007 2:21 am
Posted on Aug 31, 2007 2:21 am
One thing, the script floods me when I open the 5-Day Calaner.
| Quote: |
hello hello hello hello hello hello hello hello hello hello hello hello |
mIRC Snippet:
CalliCalendar
Posted on Aug 26, 2007 8:27 am
Posted on Aug 26, 2007 8:27 am
Good work :) Works with a charm
mIRC Snippet:
CalliCalendar
Posted on Aug 26, 2007 7:12 am
Posted on Aug 26, 2007 7:12 am
Updated again, now all the days with information written for will have a little asterisk(*) next to the number. I also discovered a spelling mistake in the names of the files, it wrote them as CalenderYEAR instead of CalendarYEAR. I corrected this but all the Calendar files will have to be corrected (in the mIRC directory).
mIRC Snippet:
CalliCalendar
Posted on Aug 25, 2007 5:38 am
Posted on Aug 25, 2007 5:38 am
Why not make it when you submit something, on the main calender under the number have something like: Schedule or something. Could be very useful. :)
mIRC Snippet:
CalliCalendar
Posted on Aug 24, 2007 8:54 am
Posted on Aug 24, 2007 8:54 am
5-Day-Calendar has been added.
mIRC Snippet:
CalliCalendar
Posted on Aug 23, 2007 1:34 pm
Posted on Aug 23, 2007 1:34 pm
Yes, thanks for your idea, I am currently working on an addition to facilitate that.







