TheQBot Service

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

LordOfHell
Posts: 55
Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:

TheQBot Service

Post by LordOfHell »

Hey,

I made a new service for Unreal3.2.xx but it is for Windows only :(
You can test it on http://theqbot.hell-hosting.de
Please give me some feedback
sincerely,
-=LordOfHell=-
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Just downloaded now, will check it out.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Hmm, well it is an interesting idea. I'm a bit irritated that it was binary only, and that is the primary reason I wouldn't use it :)

That been said, it has some pretty spectacular bugs... run time errors, so I'm assuming this is a visual basic application.

I like the features, but some of them don't seem to do anything (example: /msg q gline <inserthere>)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
LordOfHell
Posts: 55
Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:

Post by LordOfHell »

Hehe, you forgot to submit a duration and reason :)

/msg q HELP shows gline <mask> <duration in h> <reason>
:)
sincerely,
-=LordOfHell=-
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Why didn't /msg q gline <host> then tell me that I hadn't got the right syntax? :)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
BlackAce
Posts: 2
Joined: Mon Aug 02, 2004 12:50 pm

Post by BlackAce »

hi all i got a problemm if i want connect to the server
:abyss.no-ip.com NOTICE AUTH :*** Looking up your hostname...
:abyss.no-ip.com NOTICE AUTH :*** Couldn't resolve your hostname; using your IP address instead
ERROR :Link denied (No matching link configuration) [@127.0.0.1.1556]
ERROR :Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
but i add the link
link abyss.no-ip.com
{
username Q;
hostname cserve.abyss.no-ip.com;
bind-ip 127.0.0.1;
port 6667;
hub *;
password-connect "*****";
password-receive "*****";
class servers;
options {
/* Note: You should not use autoconnect when linking
* services
*/
autoconnect;
zip;
};
};
i hope someone could help me :)[/quote]
Ron2K

Post by Ron2K »

BlackAce wrote:/* Note: You should not use autoconnect when linking
* services
*/
autoconnect;
'Nuff said.
BlackAce
Posts: 2
Joined: Mon Aug 02, 2004 12:50 pm

Post by BlackAce »

ok i edit them off but i get even the same error :?
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Oper up on the IRCd side and what does it say when services try and link.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
LordOfHell
Posts: 55
Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:

Post by LordOfHell »

Hey, you cannot link to a dynamic dns like abyss.no-ip.com.

The linkblock should look like this:

link cserve.abyss.no-ip.com {
username *;
hostname 127.0.0.1;
bind-ip 127.0.0.1;
port 6667;
hub *;
password-connect "linkit";
password-receive "linkit";
class servers;
};

After you set this linkblock, connect Q to your IRCdeamon.
sincerely,
-=LordOfHell=-
LordOfHell
Posts: 55
Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:

Post by LordOfHell »

Source available!

You can download the full Visual Basic 6 - Source now!

http://theqbot.hell-hosting.de

Have a look ;)
sincerely,
-=LordOfHell=-
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

WEEE!

*clicks link*
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Using VB is bad enough, but using VB6... WHY? At least use VB.NET, VB6 is like constructing a building out a toothpicks, then wondering why it falls everytime the wind blows.
-- codemastr
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

codemastr, it is actually possible to create a stable application in VB6... the problem is that VB6 encourages bad programming practices. So does PHP.

It's not what you use, but what you do with it. That's what I maintain.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
LordOfHell
Posts: 55
Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:

Post by LordOfHell »

oh, and codemastr:

I AM programming C++, C#.Net, VB, VB.Net AND Delphi....

Have you ever tried to program such a bot in C++?!

It would take years instead of months by using vb6....

The bad thing is that i cannot install MONO, so I would recode Q in C#.NET and compile it for linux.... BUT NOONE CAN TELL ME HOW TO DO THAT!
sincerely,
-=LordOfHell=-
Locked