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...
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?
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?
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?
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.
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...
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 ...