Computer Science Canada IRC question |
Author: | yuri [ Mon Aug 21, 2006 8:33 pm ] |
Post subject: | IRC question |
In an IRC i made a channel of of Quakenet.org. Is there a way to permenently keep the channel when I log out. Meaning when I log back onto it, it will make me an OP again right away even if others are in the channel already? |
Author: | [Gandalf] [ Mon Aug 21, 2006 8:43 pm ] |
Post subject: | |
You'll have to register that you are the owner of the channel with a bot, like chanserv, authserv, etc. |
Author: | yuri [ Mon Aug 21, 2006 8:46 pm ] |
Post subject: | |
how would I do that? I am using ybbot right now. |
Author: | Mazer [ Mon Aug 21, 2006 9:04 pm ] |
Post subject: | |
You'll need to check with Quakenet. I'm sure they'll have instructions on their website. |
Author: | yuri [ Tue Aug 22, 2006 3:46 pm ] |
Post subject: | |
K, I figured it out. QuakeNet has some Q L system which takes to long, so we moved to stratics which is far quicker. Since I don't require a bot to hold the channel I am looking for one that provides things like games or such. Ybbot is what I have now, and it is pretty straightforward and easy to use. It also has some games like hot potato and such but it is limited to plug-ins and mods. Anyone knows of a bot that would provide a decent amount of "fun". Like text chat games, calendar perhaps. Just a selection of useful tools within one bot. I know they these "bots" are mostly open source, yet I have little knowledge in C++ and Perl. Although I am learning some as I mess around with it. |
Author: | yuri [ Tue Aug 22, 2006 5:03 pm ] |
Post subject: | |
Also, I need help on this code. on 1:text:*k*:#:.msg $chan It is spelt "Okay". So the point of this is what a bot does. When active, the bot will search the text people use. When someone says "k" it replies with the message. I also have a different one that looks for "I am ok" and displays a different message. When I have both active both message pop up when someone types "I am ok" My question is how do I get the "k" line to not do anything unless someone says "k" only. |
Author: | 1of42 [ Tue Aug 22, 2006 5:15 pm ] |
Post subject: | |
take outt he asterisks, from what I remember of IRC scripting. |