|
|
|
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.
|
|
HELP! I'VE BEEN BANNED FROM WYLDRYDE!
|
|
Intentionally connecting to the network when you know you are banned is ban evasion. If you are banned from the network you are not to connect until the ban is lifted. Any attempts to do so is considered ban evasion.
|
|
HELP! I'VE BEEN BANNED FROM WYLDRYDE!
|
|
No, I'm sorry about the different host, I was at a different house. Sorry if you mistook that for a ban evade.
|
|
HELP! I'VE BEEN BANNED FROM WYLDRYDE!
|
|
You were online this morning while your original ban was in place. What tells me that you were purposely evading that that you connected from a host completely different from the one we banned you on two days ago. To make matters even worse, you sp
|
|
HELP! I'VE BEEN BANNED FROM WYLDRYDE!
|
|
My nick is youtube-junkie and my hostname is 74.221.77.5. The ban message is: youtube-junkie[74.221.77.5] (User has been banned from WyldRyde (Attempting to evade a ban is a serious infraction and only results in a longer ban! If you feel this ban is
|
|
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.
|
|
mIRC Scripting
|
|
Add the following to the top of the script to do that. Quote:on *:text:!brag:#channelnamehere: { /bragspam } If anyone knows that this is wrong or anyone has other suggestions please fell free to let me know.
|
|
mIRC Scripting
|
|
Can someone make it so that when someone in the room types !brag it triggers it and I say it?
|
|
#Chris
|
|
Sure, no problems Thanks for letting me know. Thanks Firebucket
|
|
#Chris
|
|
Firebucket, First off thanks for the suggestion. However, it is not one that is possible to do because of the training that a person goes through once promoted as a halfop. Therefore, we cannot simply halfop users (voiced or not). Thank you for
|
|
#Chris
|
|
Lately when I have been chatting in #chris or just idling in their, later at night, at least 1, if not more, disturbing users enter #Chris and begin to either harass a user, or talking in caps or flood the channel, repeatedly. I say repeatedly becaus
|
|
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.
|
|
#Chris
|
|
iBook: I don't see why you are confused about the direction WyldRyde is heading in due to the condition of one channel. There are over 600 channels on WyldRyde, and I'm willing to say that at least half of those have been around for longer than 4 yea
|
|
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.
|
|
#Chris
|
|
What is Commands I Think Should Not Be Restricted. This is Why, The Reason These Commands Exist Today is To Inform People What Stuff is, not to make cracks at things or jokes, to inform people. if there are what is commands that are like this I Belie
|
|
#Chris
|
|
[quote=Kat]Remember... it is summer vacation. Since school has been out, we have seen a huge increase in the number of unique visitors... as well as a huge increase in the number of idiots who end up getting kicked/banned within minutes or hours of j
|
|
mIRC Scripting
|
|
yeah its a pretty cool script, but it does get annoying when like you put that you're away and then like 20 seconds later you come back, and go away again. I personally think you should change your nick to |away or |afk better than the away script. I
|
|
#Chris
|
|
This Morning There Was 300 Some Users In Chris' Chat...Me and 3 others were basically the only ones talking. That Depresses Me in a way only chris' chat could do. I remember the days when you couldn't keep up with the amount of chatting going on, eve
|
|
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 Need Major Help, Swing By #ibook while I'm not at work and I'll try to do the best I can! As You May Know, I am in the process of recoding my own Bot too so I'll try to help as much as possible!
|
|
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 == &
|
|
Bots
|
|
How do you make it so that when a certain nick joins the channel, a bot says something?
|