This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 14 matches

by reallove
Sun May 22, 2005 7:05 pm
Forum: Modules & Programming
Topic: Long channel name
Replies: 8
Views: 15550

De Kus wrote: just say how long the channel is.
The channel is 87 characters long .And the bot seems to join on a channel that contains the first 80 characters of that name.Where is that limit?
by reallove
Sat May 21, 2005 5:38 am
Forum: Modules & Programming
Topic: Long channel name
Replies: 8
Views: 15550

1) Is the length of the channel name supported by the IRC server? 2) Are you in that channel when you are trying to get the bot to join it? Yes,it is supported,because I am in that channel when I try to make the bot join it. 3) Are you using special characters in the name. characters like [ and ] n...
by reallove
Fri May 20, 2005 4:09 am
Forum: Modules & Programming
Topic: Long channel name
Replies: 8
Views: 15550

Long channel name

Hello, When trying to add a channel to the bot with a long name,it doesn't join the right one. E.g.: If I .+chan #long.channel.name ,the bot joins #long.channel .I tried also from partyline and directly to add the channel from the .conf file,but same result.Any ideas how to fix that? PS:Sorry if it'...
by reallove
Thu Oct 28, 2004 6:17 am
Forum: Archive
Topic: ignore banned users
Replies: 15
Views: 2831

thanks for the script and for the explanations :)
by reallove
Thu Oct 28, 2004 2:16 am
Forum: Archive
Topic: ignore banned users
Replies: 15
Views: 2831

mmm .. now it's a great job :) thank you !
I have only one last question : what does " .dump MODE #channel +b " make ? I .help dump,visited the URL,but didn't understand a lot.Should I type this command everytime the bot rehashes? Or if I restart it ?
by reallove
Wed Oct 27, 2004 4:16 pm
Forum: Archive
Topic: ignore banned users
Replies: 15
Views: 2831

ok,thanks,seems it's working.
But what's this,on the .ignore list?

Code: Select all

Currently ignoring:
  [  1] +b (expires at 22:25)
        b2i: b2i
        Started 22:10
by reallove
Wed Oct 27, 2004 1:05 pm
Forum: Archive
Topic: ignore banned users
Replies: 15
Views: 2831

well,I need this on an Undernet channel.And the banlist is 99% with adresses like this: *!*@numeric.IP or *!*@hostname . Well,is it possible to create a script like this ? And no,I don't know anything about tcl scripting,so if someone can help me,write the whole code :)

Thanks.
by reallove
Wed Oct 27, 2004 1:31 am
Forum: Archive
Topic: ignore banned users
Replies: 15
Views: 2831

ignore banned users

Hello, I asked for this script several weeks ago,but now it is a very stringent matter... Is it possible that whenever someone will message my eggdrop, this will automatically verify the banlist in the channel #channel, and if the inquirer has a match in the banlist to be automatically ignored ? Che...
by reallove
Fri Oct 01, 2004 5:12 am
Forum: Archive
Topic: strange errors on rehash
Replies: 2
Views: 1384

The problem was in the gseen.conf file,where I loaded 2 language files,and one of them had problems. :)
Thanks for the reply!
by reallove
Thu Sep 30, 2004 9:18 am
Forum: Archive
Topic: strange errors on rehash
Replies: 2
Views: 1384

strange errors on rehash

Hello, When I .rehash the bot I got these errors: [14:59] ERROR parsing slang text: unterminated command "stime/?"! [14:59] ERROR parsing slang text: unterminated command "pun"! [14:59] ERROR parsing slang text: unterminated command "swh"! [14:59] ERROR parsing slang te...
by reallove
Mon Aug 23, 2004 2:25 am
Forum: Archive
Topic: The INVITE problem,again
Replies: 10
Views: 2542

[quote="awyeah"]For checking the bans in the channels banlist you can use: if {([ischanban *!*@*.aol.com #mychannel])} { ..hi there , you mean,to add manualy the bans ?! On that channel,we never know who will be banned next (a spammer for example).Here's an example: The banlist looks like ...
by reallove
Sun Aug 22, 2004 12:35 pm
Forum: Archive
Topic: The INVITE problem,again
Replies: 10
Views: 2542

hey there, the inviting thing works very well, thank you. But now a new problem has arisen: everybody knows the trick, even those who aren't supposed to. So i would like to add a new feature to the script: the bot has to check the banlist and if any of the bans in it matches the inviting client's ho...
by reallove
Sat Aug 14, 2004 5:44 am
Forum: Archive
Topic: The INVITE problem,again
Replies: 10
Views: 2542

GodOfSuicide , thanks a lot . It's ok,it's just what I needed !
}{
reallove.
by reallove
Fri Aug 13, 2004 5:05 pm
Forum: Archive
Topic: The INVITE problem,again
Replies: 10
Views: 2542

The INVITE problem,again

Hello, I've searched in the archives,looked around the forums .. but I didn't find a script like this : the bot is oped in a big channel,and ANYONE who is not in the channel to auto-invite in that channel with a simple command :"/msg botnick invite #channel" . No password needed,no user-fi...