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

by laidas
Fri May 02, 2003 12:16 pm
Forum: Archive
Topic: global procs (different files)
Replies: 4
Views: 1877

:)

You`re welcome ;)
by laidas
Fri May 02, 2003 12:13 pm
Forum: Archive
Topic: global procs (different files)
Replies: 4
Views: 1877

Yes

Yes. in the config file is wrote: source scripts/script.tcl - it means that this tcl file will be in use. And binds, procs and other [censored] will be active, cause you use not one tcl script, and eggdrop sees them all, so be smart ;) and it is no need to write global ... , cause global command tak...
by laidas
Tue Apr 22, 2003 10:29 am
Forum: Archive
Topic: Little if problem
Replies: 1
Views: 650

You use not bad brackets:

Code: Select all

 if { !( $q_clan(v) && !( isvoice $nick $chan)) || !( $q_clan(o) && !(isop $nick $chan)) } { 
      return 0 
   }
must be:

Code: Select all

if { !$q_clan(v) && ![isvoice $nick $chan] || !$q_clan(o) && ![isop $nick $chan] } { return 0 } 
:wink:
by laidas
Wed Apr 09, 2003 4:55 am
Forum: Archive
Topic: global variables
Replies: 1
Views: 582

global variables

How to set up a global variable from process ?
by laidas
Sat Mar 22, 2003 9:17 am
Forum: Archive
Topic: help with bans
Replies: 3
Views: 1204

help with bans

how bot can unban itself ? Situation: Dalnet IRC server. Bot has 10 access level. Me too :) My actions: [15:15:27] * msn was kicked by laidas (laidas) [15:15:27] * laidas sets mode: +b *!*@213.226.133.40 [15:15:29] -irc2.omnitel.net:@#lamest- ChanServ invited msn into channel #lamest. [15:15:30] * J...
by laidas
Fri Feb 28, 2003 1:18 pm
Forum: Archive
Topic: one more lame question..
Replies: 5
Views: 651

no, he hates sockets.... and or he found a program which helps him wery much, or I don`t know..... But I know one - he has something.. ;)
by laidas
Fri Feb 28, 2003 11:34 am
Forum: Archive
Topic: one more lame question..
Replies: 5
Views: 651

false

False !

My friend did it, but he don't sy to me... :(
by laidas
Fri Feb 28, 2003 11:09 am
Forum: Archive
Topic: one more lame question..
Replies: 5
Views: 651

one more lame question..

is there any ways to get a website's info without sockets ?
by laidas
Wed Feb 26, 2003 9:06 am
Forum: Archive
Topic: How ?
Replies: 1
Views: 411

How ?

How can I get a numer of channels in which my bot is...?

Example: My bot sits in 6 channels, and how can I get the number 6 ?
in tcl script.. ?

Sorry for bad language.. :}
by laidas
Sat Feb 01, 2003 9:31 am
Forum: Archive
Topic: When will be released eggdrop1.6.14 ???!
Replies: 5
Views: 1385

When will be released eggdrop1.6.14 ???!

When will be released eggdrop1.6.14 ???! :evil:
by laidas
Fri Dec 27, 2002 1:39 pm
Forum: Archive
Topic: What's Wrong ?
Replies: 2
Views: 808

:))

oh sorry I saw where's a problem.... :D:

Code: Select all

proc pub:op {nick uhost hand args [u]chan[/u]} {
by laidas
Fri Dec 27, 2002 1:27 pm
Forum: Archive
Topic: What's Wrong ?
Replies: 2
Views: 808

What's Wrong ?

tcl: bind pub - hello pub:op proc pub:op {nick uhost hand args} { set chan [string tolower $chan] putserv "PRIVMSG chanserv :op $chan $nick" } when I Type In Channel "hello" (without "" :wink: ) In telnet it responds: Tcl error [pub:op]: can't read "chan": no ...
by laidas
Sun Nov 17, 2002 9:18 am
Forum: Archive
Topic: Counter-Strike
Replies: 4
Views: 1694

Counter-Strike

In IRC I see bots which says you players; score; time; on server...
Can someone give me a tcl or tell me how get that info from servers ???
by laidas
Thu Nov 14, 2002 4:55 am
Forum: Archive
Topic: Reading ftom html
Replies: 3
Views: 1309

Reading ftom html

i want to read from HTML
by laidas
Tue Nov 12, 2002 5:55 am
Forum: Archive
Topic: LAMEST
Replies: 1
Views: 1148

LAMEST

Is some tutorials, where I can learn to write tcl scripts ???


sorry for bad language