I was thinking of that one 2, but i usualy run kvirc. Cause it didn't work i tried both xchat & konversation. Even on a standalone windows box with mirc he won't reply (from another internetconnection) and yes, changed my stuff via telnet in my user file when I tried that. But I'll learn to live...
looking at the original post, this may be a simple matter to fix it appears the bot was not correctly identified to the initial contact sequence should be: msg bot hello msg bot pass [password] the first post shows that flyingbaobab used ctcp, instead of msg, for the "hello" contact from ...
I'm working on a script that listens to 8 different commands (!pa int_valueA !pb int_valueB !pc int_valueC ...) that users put in a channel. The only thing that my scripts needs to do is add it to a mysql DB. The front-end is a php script that does some fancy stuff with the data. My DB looks like TA...
problem solved channel add #john/doe { ... ... works just fine. So no need to escape the slash. While escaping the slash, eggdrop joined #john//doe instead of #john/doe The problem was that my eggdrop needed to be identified by chanserv in order to join that channel. My mistake :) And thanks for the...
My configfile looks like this: ... channel add #john/doe { chanmode "+nts 1" idle-kick 1 } channel set #john/doe ... Problem My eggdrop doesn't join the channel #john/doe I've tried to escape it with a \ before the / so i get #john\/doe. This was suggested on a few sites after googling. B...
First of all thx for your reply and suggested help. When I tell my 'commercial' friends about the level of feedback and willigness of helping someone with opensource stuff, they never believe me :P Checked your userfile for the +p flag to allow connecting to the partyline? Checked your hostmasks for...
Hi, Whenever I try to /ctcp mybot CHAT i get no ctcp reply. What I've tried so far: - opened proper firewall port on my Suse Linux home OS - logged in with different irc clients (kvirc, konversation & xchat) - tried many different ports - tried both connecting trough and without bouncer - change...