Callison1

Callison1

Joined
Apr 19, 2007
Occupation
Pyromaniac
Location
Britain
Interests
0.5%

Activity Stream

Callison1 commented on a Page, Bible Passage System V2.0  -  Mar 02, 2008

This script is very nice. I\'m not religious (No real point in saying that but everyone else did) and I don\'t own a bible, at least now I can easily look things up I hear on the TV. Great Scripting 10/10

 Respond  
Callison1 commented on a Page, autovoicer for #fearless  -  Mar 02, 2008

If you wanted to give this very basic script to one person, why did you use the snippet section of hawkee?

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Sep 10, 2007

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.

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Sep 02, 2007

Thanks

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 31, 2007

Yes sorry about that, I forgot to take it out (i put it in for testing ). I have removed it now.

 Respond  
Callison1 commented on a Page, SICK [ascii]  -  Aug 27, 2007

probably? definitely.

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 26, 2007

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).

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 24, 2007

5-Day-Calendar has been added.

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 23, 2007

I did it, so now the code is considerably shorter, yet works and looks the same as before.

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 23, 2007

I have changed $leapyear and added a \'Done\' Button. I have also added a function where the current day\'s dialog will appear when mIRC is loaded (The Initialization script warning should be turned off for convenience). The auto-alert option can be turned off from the channel menu. I hope to add an alert system that will tell you your events for the next few days at some point. As for shortening the code, I personally prefer the tabs, but I agree that the code is too long, I have an idea involving creating the tabs but not specifying a tab for the controls, but instead hiding/showing the necessary buttons when a tab is clicked. This way I will only need the 31 buttons but will keep the tabs, I will try to implement this at some point.

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 23, 2007

Good Idea Mountaindew, I\'ll try to add something like that.

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 22, 2007

Fixed a bug whereby the year had to be 4 digits long (don\'t know why you would want any other year, but who am I to tell you what to do)

 Respond  
Callison1 commented on a Page, CalliCalendar  -  Aug 22, 2007

You can click the same button and it\'ll come up again

 Respond  
Callison1 created a Page  -  Aug 22, 2007
358 

This is a calendar dialog script. You open the channel popup menu, click 'CalliCalendar' enter a year, which will open the Calendar, months are arranged into tabs, each with a respective amount of buttons, indicating the dates within that month. Click a date to open a second dialog, where you can enter information etc for that day, and click submit. This info is written to an .ini file. A file is created..

Callison1 commented on a Page, tic-tac-toe game  -  Aug 21, 2007

The idea of submitting snippets to hawkee is not only so that scripters who know how to change things can use them, they are also for non-scripters, they would not know how to change the local alias.

 Respond  
Callison1 commented on a Page, Spin the Bottle  -  Aug 20, 2007

That\'ll be because I had the file on the wrong directory, which means your script doesn\'t check if there is anything in the file, also, it doesn\'t check if there was an $2 after the !spin command.

 Respond  
Callison1 commented on a Page, Spin the Bottle  -  Aug 20, 2007

I had the script in my main nick \'Callison1\'s remotes, and I typed \'!spin hello there\' on my bot \'Callibot\'s client, and the last message returned was \'!!! The bottle has stopped at Callison1 : Callibot must Callison1! !!!\'

 Respond  
Callison1 commented on a Page, Welcomer  -  Aug 19, 2007

Why a welcomer for only one channel? Surely

on *:join:#: {

and

msg # Welcome to $chan $+ .

is better as it works on every channel, 1/10

 Respond  
Callison1 commented on a Page, Staccia's ChanTalk  -  Aug 19, 2007

Some of the $dialog and I think some of the on dialog events have the dialog name as \'etoken\' which needs to be changed to \'ChanTalk\'.

Also, I changed the on part event to

on *:part:%chan: { 
  did -az ChanTalk 41 $time(hh:nn:ss) - $+ $nick $+ - has left %chan $+ .
  timer -m 1 1 /listnicklist
}

And I wrote the status change update events:

on *:OP:%chan: {
  if (( $dialog(chantalk) )) {
    listnicklist
  }
}
on *:DEOP:%chan: {
  if (( $dialog(chantalk) )) {
    listnicklist
  }
}
on *:HELP:%chan: {
  if (( $dialog(chantalk) )) {
    listnicklist
  }
}
on *:DEHELP:%chan: {
  if (( $dialog(chantalk) )) {
    listnicklist
  }
}
on *:VOICE:%chan: {
  if (( $dialog(chantalk) )) {
    listnicklist
  }
}
on *:DEVOICE:%chan: {
  if (( $dialog(chantalk) )) {
    listnicklist
  }
}
 Respond  
Callison1 commented on a Page, Staccia's ChanTalk  -  Aug 19, 2007

I deleted the original \'listnicklist\' alias, and changed the \'listnicks\' alias\' name to \'listnicklist\' and both occurrences of listnicks in the script to \'listnicklist\' , and changed the new \'listnicklist\' alias to

alias listnicklist {
  var %i = 1
  did -r ChanTalk 44
  :next
  set %nick $nick(%chan,%i)
  if %nick == $null goto done
  if %nick isop %chan did -az ChanTalk 44  @ $+ %nick 
  if %nick ishelp %chan did -az ChanTalk 44  % $+ %nick 
  if %nick isvoice %chan did -az ChanTalk 44  + $+ %nick 
  if %nick isreg %chan did -az ChanTalk 44  %nick 
  inc %i
  goto next
  :done
}

I then changed the on dialog sclick 45 event to:

on *:DIALOG:ChanTalk:sclick:45: {
  if ($did($dname,46)) { did -r ChanTalk 41 | did -r ChanTalk 44 | set %chan $did($dname,46) | did -a ChanTalk 41 ----NOW TALKING IN $did($dname,46) $+ ---- | listnicklist | did -r chantalk 46 }
}

That gets rid of the timers and updates the nick list instantly. There will need to be an event to update the status when someone changes a nick\'s status in a channel.

 Respond  
Callison1 commented on a Page, Staccia's ChanTalk  -  Aug 19, 2007

I see now that there is the on join event i was talking about, but I don\'t see the point of the timer.

 Respond  
Callison1 commented on a Page, Staccia's ChanTalk  -  Aug 19, 2007

I may be mistaken, but is it using a 10 second timer to update the nicklist? If so, I would make it so that it updates the nick list whenever someone joins a channel the person is in.(Problems with timers: You constantly get the timers message, the timers don\'t halt when you close the dialog, so the \"did -r ChanTalk 44\" command runs, but the dialog is closed so it returns an error message. Also I wouldn\'t have the \"I\'m using Staccia\'s ChanTalk!\" message in the channel every time.

 Respond  
Callison1 commented on a Page, Prank  -  Aug 17, 2007

Not many people in the channels I go in would fall for this.
And don\'t insult people for voicing their opinions.

 Respond  
Callison1 commented on a Page, Mass kick more than one person  -  Aug 14, 2007

If the event is triggered by a line beginning with !, how can $1 == kick or k?

 Respond  
Callison1 commented on a Page, $AlBh - Al Bhed identifier  -  Aug 13, 2007

Obviously.

 Respond  
Callison1 commented on a Page, Status Thanker And Counter  -  Aug 12, 2007

Omg mIRC is such a cool game!!! -.-

 Respond  
Callison1 commented on a Page, $AlBh - Al Bhed identifier  -  Aug 12, 2007

First Problem: It doesn\'t work you forgot to type \'alias\'
Second Problem: It\'s completely ridiculous.

 Respond  
Callison1 commented on a Page, Word Alert  -  Aug 09, 2007

Thanks for the help and advice guys, I\'ve re-written it to use a hash table(I have never used hash tables before, so if you see anything wrong with it please tell me). I put in a beep function instead of just echo, but both of these can be turned off in the new settings tab.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.