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 4 matches

by antilope
Fri Apr 24, 2009 5:48 am
Forum: Scripting Help
Topic: i've got a truble
Replies: 3
Views: 3450

speechles wrote:

Code: Select all

if {($nick == $inick) && ($chan == $ichan)} { 
Change both occurences of this line to the one below:

Code: Select all

if {[string match -nocase $nick $inick] && [string match -nocase $chan $ichan]} {
thank u very mutch now it's work fine :D :D
by antilope
Fri Apr 24, 2009 5:48 am
Forum: Scripting Help
Topic: i've got a truble
Replies: 3
Views: 3450

speechles wrote:

Code: Select all

if {($nick == $inick) && ($chan == $ichan)} { 
Change both occurences of this line to the one below:

Code: Select all

if {[string match -nocase $nick $inick] && [string match -nocase $chan $ichan]} {
thank u very mutch now it's work fine :D :D
by antilope
Thu Apr 23, 2009 5:17 pm
Forum: Scripting Help
Topic: i've got a truble
Replies: 3
Views: 3450

i've got a truble

Hi in my autovoice list can't +voice automatically the nick with capital letters such as Prezzemolo or PrEzZeMoLo thanks for any help # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # avl (autovoicelist) - Script v1.0 by stylus740 # # # # # # # # # # # # # # #...
by antilope
Thu Apr 02, 2009 12:41 pm
Forum: Eggdrop Help
Topic: help i can't connect via telnet my eggdrop for a first time
Replies: 2
Views: 3462

help i can't connect via telnet my eggdrop for a first time

Hello I've got a truble my eggdrop can't connect via telnet fo a first time te port was free anthe installation are ok but i can't connect thank's for any help Eggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads [18:23] --- Loading eggdrop v1.6.19 (Thu Apr 2 2009) [05:23] Listening at telnet po...