Staccia's ChanTalk
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.7 |
| Scores Submitted | 3 |
| Date Added | Aug 17, 2007 |
| Last Updated | Aug 19, 2007 |
|
|
Introduction
right click in the channel and click chantalk =]
Screen Shot:
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 17, 2007 7:19 pm
Posted on Aug 17, 2007 7:19 pm
Yeah it\'s looks pretty neat but.. i wouldnt use hehehe welldone
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 17, 2007 8:01 pm
Posted on Aug 17, 2007 8:01 pm
Nice script works good
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 17, 2007 8:24 pm
Posted on Aug 17, 2007 8:24 pm
This is a really neat idea, great job on the scripting and the originality.
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 19, 2007 8:55 am
Posted on Aug 19, 2007 8:55 am
what is it for?, nice job btw
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 19, 2007 9:24 am
Posted on Aug 19, 2007 9:24 am
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.
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 19, 2007 9:32 am
Posted on Aug 19, 2007 9:32 am
I see now that there is the on join event i was talking about, but I don\'t see the point of the timer.
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 19, 2007 10:17 am
Posted on Aug 19, 2007 10:17 am
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
I then changed the on dialog sclick 45 event to:
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.
| Code: |
| 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 } |
| Code: |
| 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 } } |
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 19, 2007 11:01 am
Posted on Aug 19, 2007 11:01 am
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
And I wrote the status change update events:
Also, I changed the on part event to
| Code: |
| on *:part:%chan: { did -az ChanTalk 41 $time(hh:nn:ss) - $+ $nick $+ - has left %chan $+ . timer -m 1 1 /listnicklist } |
| Code: |
| 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 } } |
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 20, 2007 9:33 am
Posted on Aug 20, 2007 9:33 am
Try using a edit box instead of a list for the channel talk. It makes it so when you reach the end of the list, it tracks the last words said, unlike here where you either have to scroll down after every line just to see it or hit clear chat and lose everything thats been said.
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 20, 2007 12:09 pm
Posted on Aug 20, 2007 12:09 pm
pretty cool dialog script
mIRC Snippet:
Staccia's ChanTalk
Posted on Aug 24, 2007 1:23 am
Posted on Aug 24, 2007 1:23 am
I use that :P
But i think you have updated it since you sent it to me on msn
But i think you have updated it since you sent it to me on msn
mIRC Snippet:
Staccia's ChanTalk
Posted on Sep 22, 2007 7:24 pm
Posted on Sep 22, 2007 7:24 pm
pretty useless, like most everything you post especially the eToken script. my i posted the correct version for you btw.







