Comments

 (309) 
  1. Everything
  2. Snippets
  3. Images
  4. Hardware
Gummo commented on mIRC Snippet: Sea food  -  Sep 07, 2007
I don't see where the accusations are coming from.. This isn't the same as backoff's script at all.
Gummo commented on mIRC Snippet: Blacklist (With Manager)  -  Sep 07, 2007
Any opinions would be greatly appreciated....
Gummo commented on mIRC Snippet: Nicklist 'Mass' Menu  -  Sep 07, 2007
For what you said first, it does that in the main section. The modes with the bot aren't terribly useful, but I use them enough to make it part of my menu. You can remove them if you like. Either way, I've added the un-mute function. :)
Gummo commented on mIRC Snippet: Nicklist 'Mass' Menu  -  Sep 07, 2007
The bot voices, etc. :\
Gummo commented on mIRC Snippet: Nicklist 'Mass' Menu  -  Sep 07, 2007
Done.
Gummo commented on mIRC Snippet: Nicklist 'Mass' Menu  -  Sep 07, 2007
Sorry.. Forgot to delete that part. Updated.
Gummo commented on mIRC Snippet: Timed Message!  -  Sep 07, 2007
Pangaea, see the code:

menu nicklist {
Timed Message! { dialog -m timed timed }
}

That means that an option called 'Timed Message!' is what you click, after right clicking on a nickname. The on *:dialog:timed:sclick:6: is just a way for the script to react to you pressing button number 6 in the dialog.
Gummo commented on mIRC Snippet: Nicklist 'Mass' Menu  -  Sep 07, 2007
Update: Forgot to put in $chan and managed to miss this somehow during testing.. o.o
Gummo commented on mIRC Snippet: Another Auto-Join  -  Aug 31, 2007
on *:CONNECT:{
set %con 1
while (%con <= $lines(ajoin.txt)) {
join $read(ajoin.txt,%con))
inc %con 1
}
}


You don't need to do that:
on *:CONNECT:.play -cs ajoin.txt


You could also expand this script by writing to a different filename for different networks (something like write ajoin. $+ $network $+ .txt $did(2) instead).

If you did that, you could make the connection part be something like this:
on *:CONNECT:.play -cs ajoin. $+ $network $+ .txt

Good idea, Akishoot. :)
  1. Prev
  2. 4
  3. 5
  4. 6
  5. 7
  6. 8
  7. 9
  8. 10
  9. 11
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.