Jump to content

Helpdesk


Guest Glock

Recommended Posts

Guest Glock

Does anyone have anything or know a way to have the bot insert the name of the guide who helped the user?

 

Example: Thanks for visiting HelpDesk. I hope that the GUIDE ( [guide name] ) was able to help you.

 

If anyone knows how to do this please feel free to post it here

Edited by Glock
Link to comment
Share on other sites

This should work

on *:VOICE:#Helpdesk: { set -c %helpedby. $+ $vnick $nick } 
on *:DEVOICE:#Helpdesk: { $iif(%helpedby. [ $+ [ $vnick ] ], msg $chan Thanks for visiting HelpDesk. I hope that the GUIDE ( %helpedby. [ $+ [ $vnick ] ] ) was able to help you) | unset %helpedby. [ $+ [ $vnick ] ] } 
Link to comment
Share on other sites

Hello guys,

 

I'm working on a wordpress, ecommerce website for a local company, everything is going nice and smooth untill i start designing the ecommerce side -with the layout

 

wdf.jpg

 

everything is under this -

CSS:

#wrapper { margin:0px auto; width:960px; background:#fff; }

 

 

Old TG007 fan :-)

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...