| View previous topic :: View next topic |
| Author |
Message |
whittinghamj Op
Joined: 21 May 2006 Posts: 103
|
Posted: Fri Mar 09, 2007 8:38 pm Post subject: bind notice instead of bind pub |
|
|
how can i conver this please
bind pub -|- !command proc
into
bind notice -|- !command proc
so the bot reads the notice instead of a channel line.
cheers |
|
| Back to top |
|
 |
DragnLord Owner

Joined: 24 Jan 2004 Posts: 711 Location: C'ville, Virginia, USA
|
Posted: Sat Mar 10, 2007 1:10 am Post subject: |
|
|
the correct bind:
bind notc -|- !command proc
however, the procedure arguments need to be changed
where pub is
procname { nick user@host handle channel text }
notice is:
procname { nick user@hos> handle text dest } |
|
| Back to top |
|
 |
|