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 Th3Gh0st
Fri Dec 02, 2005 3:32 pm
Forum: Script Requests
Topic: Force join main channel (help)
Replies: 9
Views: 6339

i made a script, thnx to everyone
by Th3Gh0st
Wed Nov 30, 2005 6:19 pm
Forum: Script Requests
Topic: Force join main channel (help)
Replies: 9
Views: 6339

set operhandle "nick" set operpass "pass" bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick operhandle operpass putquick "OPER $operhandle $operpass" putserv "MODE $botnick +s +16384" } bind raw * notice snotice proc snoti...
by Th3Gh0st
Sun Nov 27, 2005 1:06 pm
Forum: Script Requests
Topic: Force join main channel (help)
Replies: 9
Views: 6339

Alchera, it is not comercial irc server, we don't hunt for users, we just need someting that will put all users on the same place at the begging... it is a local wireless network with about 500 users.
by Th3Gh0st
Sat Nov 26, 2005 9:25 am
Forum: Script Requests
Topic: Force join main channel (help)
Replies: 9
Views: 6339

i forgot to tell that i am talking about "Beware IRCD (bircd)"...
thnz Winter for oper script...
by Th3Gh0st
Fri Nov 25, 2005 6:43 pm
Forum: Script Requests
Topic: Force join main channel (help)
Replies: 9
Views: 6339

Force join main channel (help)

Hi, i want to make or find a .tcl script that will do this -become an oper (oper himself) -set mode +s (to see every user that connect to the server) -do a svsjoin on some channel that i set you see, i want to make on my irc that everyone who connect to the server automatically join main channel, ca...