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

by eggdropout
Sat Oct 22, 2005 1:47 pm
Forum: Archive
Topic: egg+psybnc - different nicks on different networks - how
Replies: 3
Views: 12827

That's what I got in my .ini file: # This is a Tcl script to be run immediately after connecting to a server. bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick putquick "MODE $botnick +ih-ws" } Now, I tried this: putquick "NICK prefix'newbotnick&qu...
by eggdropout
Sat Oct 22, 2005 12:51 am
Forum: Archive
Topic: egg+psybnc - different nicks on different networks - how
Replies: 3
Views: 12827

egg+psybnc - different nicks on different networks - how

I am using egdrop 1.6.17 + latest version of psybnc (eggdrop connect to psybnc locally). Now I know psybnc supports different nicks on different networks, and nicks can be changed by typing /nick networkprefix'newnick to change nick on specified network. Ok, but how to make the eggdrop issue this co...
by eggdropout
Wed Oct 19, 2005 9:50 pm
Forum: Archive
Topic: Problem with displaying in colors
Replies: 1
Views: 10200

Problem with displaying in colors

Hi guys, I use package http to get the contents of a simple web page (no html tags, just some ready to display stuff with color tags, for ex: \002Current status: \002online members:\0034 20 \003 online guests \0035 18 I get such already formatted text from the web page, assign it to a variable and t...
by eggdropout
Wed Oct 19, 2005 2:09 am
Forum: Archive
Topic: Need help with user defined flags
Replies: 2
Views: 11116

that worked 8)

thanks!
by eggdropout
Mon Oct 17, 2005 7:59 pm
Forum: Archive
Topic: Need help with user defined flags
Replies: 2
Views: 11116

Need help with user defined flags

Hi everyone, I got a couple of questions I need answers to. 1. How to PRIVMSG all channels that have a certain user defined flag set to them? I know how to check if a trigger has come from a channel with a certain flag within a procedure: if { ![channel get $channel some_flag] } { return 0 } but not...