|
|
|
HELP! I'VE BEEN BANNED FROM WYLDRYDE!
|
|
My registered nick is - acer_1 IP address 69.127.73.143 Hostname ool-457f498f.dyn.optonline.net ISP Optimum Online (Cablevision Systems) Country United States I am sorry I was impersanation iJustine I was just joking around and I was also b
|
|
HELP! I'VE BEEN BANNED FROM WYLDRYDE!
|
|
I forgot about the ban, and I thought it had already expired on the morning of my 3rd day. Sheesh.
|
|
IRC Help
|
|
yeah but it lags at some times, and it has like 5 bad scripts. At least Linkinus has some really cool scripts. I bought it for $20, and I don't regret it. I doubt I'll ever go back to colloquy.
|
|
mIRC Scripting
|
|
!triggers cannot be executed from the computer where the script is installed. So if the user of the script types !brag nothing will happen. If some other user types !brag, then you will execute /bragspam. Bad idea in my opinion.
|
|
#Chris
|
|
Sure, no problems Thanks for letting me know. Thanks Firebucket
|
|
Bots
|
|
I just finished my bot, Arthur. I kind of stole the naming scheme #Chris uses, Arthur is my dog's name. He can change the topic, my status, and the static text in the topic and also writes the information to my web server, where http://live.eddiering
|
|
#Chris
|
|
We are only "strict" when we have to be. For instance, I have been sitting here for two hours this evening. I haven't moderated once, and have only booted one idiot out. Chat is flowing, lots of people are chatting away... including new one
|
|
#Chris
|
|
It's not that the commands are meant to provide jokes. The list of all commands could be misused to spam or otherwise annoy the good people of #chris. The list is not public.
|
|
mIRC Scripting
|
|
But the thing is with scripts like that, they can be configured to respond on a highlight. So people can be more informed of when you will be back. Because jthermane24|away could mean that I could be away for a minute or an hour.
|
|
mIRC Scripting
|
|
Message channel: Code:on *:TEXT:*:#: {
if ($me isin $1-) && ($away) && ($network == WyldRyde) && (%nickspro2. [ $+ [ $nick ] ] !== on) {
if (%nickspro1. [ $+ [ $nick ] ] !== on) {
msg $chan Sorry $nick I'm cur
|
|
Bots
|
|
Actually, it is taken care of. I have a bot running now. Thanks anyway.
|
|
Bots
|
|
if you want it to happen in any channel, use this, on *:JOIN:#:{if ($nick == <the-nick-goes-here>) { /msg $chan <text-to-say-when-owner-joins> | halt }} if not use this, on *:JOIN:#<channel-you-want-it-to-say-it-in>:{ if ($nick == &
|