@Aerialman actually you would be able to because it executes the action before it sends the text so the rest of the channel sees +bk <nick> whereas they only see their kb
Demonstrated:
- sloth set mode: +b *!*@te.st
- test left (Kicked by sloth with the foliowing reason: -)
<sloth>+bk test
@WorldDMT Yeah I know it can be much shorter, but I personally like spacing scripts out more because:
1) It allows for people to customize it more as I said
and 2) It means if I'm updating it and I get an error, I get a line that has one clear command on it, makes it easier for me when I'm making it. I'm lazy like that.
But thanks a bunch for the input.
I use aliases for this, but I suppose it could be handy for those who like to automate the process.
A thought though, you might wanna add a timer before the joins, just to make it goes through and you don't get kb'd from restricted channels.
@blitzjager Yeah, thats a great idea. I'll probably do that next.
Scratch that, just did it. Its a little buggy only letting one nick be watched although I could probably fix that by changing "set %hinick $nick" to "set %hinick. $+ $nick" and then change "if (%hinick == $nick)" to "if (%hinick* == $nick)" although i dunno if that would work. It also only works in case there is no message with the highlight (For cleanliness reasons) although thats easily changed and I can do that if you think it would be better.
@slacker & Aucun50 I was trying to space it out and make it much more easily customizable. I was kind of expecting people to mess with it to optimize it. But thanks for the tips.
Great code. Tweets from IRC and manage multiple accounts. I just wish there was a dialogue where I could read the tweets of everyone I was following. Oh well, I'll have to keep using Firefox for that.
Thanks, keep up the good work.