Top

Comments

  (140)  RSS
Callison1's
blake
Comments: 2
 
mIRC Snippet:  Word Alert
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
LordHawk
Comments: 18
 
mIRC Snippet:  CalliCalendar
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.
Anti
Comments: 305
 
Profile:  Callison1
Posted on Oct 16, 2007 3:45 pm
sup callison>?
mountaindew
Comments: 1,645
 
mIRC Snippet:  KeyPad
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
dataprofile
Comments: 43
 
mIRC Snippet:  CalliCalendar
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?
Callison1
Comments: 130
 
mIRC Snippet:  CalliCalendar
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.
T7Davey
Comments: 73
 
mIRC Snippet:  Hawkee snippet search
Posted on Sep 9, 2007 2:03 am
I love it!
Scakk
Comments: 239
 
mIRC Snippet:  Hangman v1.0
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.
}
Scakk
Comments: 239
 
mIRC Snippet:  Hangman v1.0
Posted on Sep 5, 2007 9:39 pm
I added

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 " * "
Callison1
Comments: 130
 
mIRC Snippet:  CalliCalendar
Posted on Sep 2, 2007 1:34 pm
Thanks
Akishoot
Comments: 159
 
mIRC Snippet:  CalliCalendar
Posted on Sep 2, 2007 1:13 pm
Ohh I like this one. :) Nice work Callison1 :)
Callison1
Comments: 130
 
mIRC Snippet:  CalliCalendar
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.
T7Davey
Comments: 73
 
mIRC Snippet:  CalliCalendar
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
Callison1
Comments: 130
 
mIRC Snippet:  CalliCalendar
Posted on Aug 26, 2007 1:22 pm
XD Thanks
T7Davey
Comments: 73
 
mIRC Snippet:  CalliCalendar
Posted on Aug 26, 2007 8:27 am
Good work :) Works with a charm
Callison1
Comments: 130
 
mIRC Snippet:  CalliCalendar
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).
T7Davey
Comments: 73
 
mIRC Snippet:  CalliCalendar
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. :)
T7Davey
Comments: 73
 
mIRC Snippet:  CalliCalendar
Posted on Aug 24, 2007 9:39 am
Nice!
Callison1
Comments: 130
 
mIRC Snippet:  CalliCalendar
Posted on Aug 24, 2007 8:54 am
5-Day-Calendar has been added.
Callison1
Comments: 130
 
mIRC Snippet:  CalliCalendar
Posted on Aug 23, 2007 1:34 pm
Yes, thanks for your idea, I am currently working on an addition to facilitate that.
1 2 3 4 5 6 7 Next
Bottom