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

by MnM
Thu Feb 03, 2005 9:07 pm
Forum: Archive
Topic: glftpd - irc script warns user x days before account expires
Replies: 3
Views: 2039

I wonder how you arrived at that conclusion? Did I say anything about this? Gee some people are very quick to jump to wrong conclusions.

Is just a feature of the program which I will like to play with and have some tools for it.
by MnM
Thu Feb 03, 2005 3:52 am
Forum: Archive
Topic: glftpd - irc script warns user x days before account expires
Replies: 3
Views: 2039

glftpd - irc script warns user x days before account expires

Hi, not sure if you guys can help me here but here it goes: In glftpd 2.0 there is an account expiry field. Basically this is what I am looking for: IRC - channel is +i. User is verified against glftpd users so identity of the user is not an issue. When user joins the channel x number of days before...
by MnM
Thu Feb 03, 2005 3:48 am
Forum: Archive
Topic: script to send msg to user as soon as they join channel
Replies: 12
Views: 4181

Thanks guys.
by MnM
Thu Jan 27, 2005 2:16 am
Forum: Archive
Topic: script to send msg to user as soon as they join channel
Replies: 12
Views: 4181

script to send msg to user as soon as they join channel

Hi all,

I require a script that can send a msg to the user that just joined a particular channel.
I need around 12 lines to issue some instructions, each on a new line.
Can anybody help me with this please?

Thanks guys.
by MnM
Fri Jan 07, 2005 10:30 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

One more:

init-server - this is for when joining the server

how about when joining the chan insted of server?

Thanks guys I really appreciate your help.
by MnM
Fri Jan 07, 2005 10:16 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

Thanks that is what I was looking for. It worked. All my issues are now solved (for now) :)
by MnM
Fri Jan 07, 2005 10:10 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

What I am talking about is the :message part from "PRIVMSG target :message";#}

My actual message contains a few $ characters in it (is a password) so the script think is a variable (but is not is just a password). How can I fix this?
by MnM
Fri Jan 07, 2005 10:00 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

Thanks. Try to work with this now, however the msg I am trying to send has $ in so it thinks is a variable. How can I solve this?
by MnM
Fri Jan 07, 2005 9:13 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

Did speak a bit too soon.
What I need is a script that will execute a /msg command as soon as the bot joins the irc server. Can anyone help me with this?

Thanks.
by MnM
Fri Jan 07, 2005 8:27 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

Thanks. using .msg from partyline worked a treat.

Thanks for the help again.
by MnM
Fri Jan 07, 2005 7:47 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

Damnation85: I can not do that since the eggdrop pc has no irc clients at all. I might look into that option.

user: u mean from party line? can u please explain a bit more? I am sort of new to all this.
by MnM
Fri Jan 07, 2005 2:46 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

I have found the scripts to identify the bot to nickserv so part of my problem is solved. Now I only need the script to register the nick. Even a script that I load once, do the registration and then remove the script.
by MnM
Fri Jan 07, 2005 2:33 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3981

script for bot to send commands to irc (chanserv nickserv)

The irc server I use requires me to register the name of the bot (by msg nickserv). The I can give some sort of access to the bot in that chan. Basically the chan has people in it pretty much all the time so if the bot goes offline it can not be an op if irc server or another user does not op the bo...
by MnM
Sun Jan 02, 2005 9:47 am
Forum: Archive
Topic: Need TCL script to run a command and display result in chan
Replies: 6
Views: 4107

Thanks for that. I changed the 1 & 2 values to the correct ones and it works a treat :).

I appreciate your quick help. Thanks again.
by MnM
Sat Jan 01, 2005 2:15 pm
Forum: Archive
Topic: Need TCL script to run a command and display result in chan
Replies: 6
Views: 4107

ohhh sorry yes here it is: bind pub - !info pub:turlastul proc pub:turlastul {nick uhost handle chan arg} { putquick "PRIVMSG $chan :Processing info list for..." set binary {/glftpd/bin/tur-lastul.sh} set section [lindex $arg 0] set amount [lindex $arg 1] foreach line [split [exec $binary ...