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 freakinson
Sun May 08, 2005 12:02 pm
Forum: Archive
Topic: Ircop bot: On Connect send message to user
Replies: 9
Views: 3406

re:

hey man, thanks.. it works with set nick [lindex [split $arg] 6] I want also to ask you if there is a script, which grabs /stats p report of the hybrid-ircd, and say it to the connecting user.. i mean i want script, which will say to the user: "The active ircops at the moment are: nick1, nick2,...
by freakinson
Sun May 08, 2005 5:59 am
Forum: Archive
Topic: Ircop bot: On Connect send message to user
Replies: 9
Views: 3406

re

^DooM^ wrote:change

Code: Select all

set nick [lindex [split $arg] 9]
to

Code: Select all

set nick [lindex [split $arg] 5]
I have done it... still no change :-(
by freakinson
Sun May 08, 2005 3:57 am
Forum: Archive
Topic: Ircop bot: On Connect send message to user
Replies: 9
Views: 3406

Re:

^Doom^ thanks for the script. May be something in it is missing because it doesnt work... 10:55a <freak> [10:55] -NOTICE- *** Notice -- Client connecting: c4` (c4@212.72.214.213) [212.72.214.213] {remote_users} [fReAk iNsIdE] This is the notice which is generated by the ircd... but the bot do nothin...
by freakinson
Sat May 07, 2005 10:14 am
Forum: Archive
Topic: Ircop bot: On Connect send message to user
Replies: 9
Views: 3406

p.s.

The ircd-version is ircd-hybrid
by freakinson
Sat May 07, 2005 10:13 am
Forum: Archive
Topic: Ircop bot: On Connect send message to user
Replies: 9
Views: 3406

Ircop bot: On Connect send message to user

Hiya all.

I need a script, which will cause my ircop eggdrop to send onconnect message to everyone, who connect to the server. Can you give me such thing?