| View previous topic :: View next topic |
| Author |
Message |
testebr Halfop
Joined: 01 Dec 2005 Posts: 86
|
Posted: Wed Apr 09, 2008 5:15 pm Post subject: Total of users in that channel |
|
|
Hi,
How to I can get the total of users in one channel? |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
|
| Back to top |
|
 |
testebr Halfop
Joined: 01 Dec 2005 Posts: 86
|
Posted: Wed Apr 09, 2008 5:59 pm Post subject: |
|
|
Thank you, work fine:
| Code: | bind pub - !total total
proc total {nick uhost hand chan text} {
set total_nicks [llength [chanlist $chan]]
puthelp "privmsg $chan :Tem $total_nicks usuários no canal, mas confere manualmente contanto 1 por 1 porque eu sou meio ruim de soma."
} |
ps: portuguese text output. |
|
| Back to top |
|
 |
|