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.

Answering Machine - add/del/view/timer

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
s
spijon
Voice
Posts: 33
Joined: Sun Aug 27, 2006 9:55 pm

Answering Machine - add/del/view/timer

Post by spijon »

Hi all

Looking for a script that can be used like an answering machine for a support channel when there is no support online or to leave a msg to
a higher ranking supporter.

Should be used on two different channels : public #support, #staff.

Staff chan: (all staff have flag m)

Code: Select all

!msghelp : command list, explain what your problem is in one sentence...)
!msgs : NOTICE: list (To view all add messeges)
!addmsg syntax: › !addmsg <text>
!delmsg syntax: › !addmsg <1>
+ a timer that writes if there is messeges on the "answering machine" like every 1hour or so.
(Ex :BOT: There is :3: messeges. Use !msgs to view)

List:
1: Hi i got a problem blablabla, Time/date, nick, host/name(IP)
2: Got a problem....
Save it as a .txt or what ever is the easiest.

Public support chan:
!msghelp : command list, explain what your problem is in one sentence please remember to write alle info like : Username, email, IP... etc )
!addmsg syntax: › !addmsg <text>
+ PRIVMSG !addmsg to bot if there is info like IP and email that the user don't want to share in public support chan.

I have tried looking the forum and tcl archive but no luck.

Best regards
c
cache
Master
Posts: 306
Joined: Tue Jan 10, 2006 4:59 am
Location: Mass

Post by cache »

Already something like that called "Hadace messaging" in the Tcl Archive.
s
spijon
Voice
Posts: 33
Joined: Sun Aug 27, 2006 9:55 pm

Post by spijon »

cache wrote:Already something like that called "Hadace messaging" in the Tcl Archive.
Hi cache and thanks for the reply.

Have just tested the script "Hadace messaging" but it's not what im looking for.

Recepients list: !messages
Leaving message: !msg <nick> <message>

Recepients list: !messages : only show the nick that you have sent a message to.
Leaving message: !msg <nick> <message>: can only be used for one user/nick.

Ones the recipient join or msg in chan the bot PM the message and deletes the messeges in the .dat file.

I have no idear how to costumize the script so it can be used for what i want.

(edit: typo)
Post Reply