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.

Chanlimit

Old posts that have not been replied to for several years.
Locked
m
maple1

Chanlimit

Post by maple1 »

Hello Hello :)

I'm looking for a tcl that shows in the chan, the chanlimit (+l) and the number of users on 1 line, something like this...

botnick sets mode: +l [number] number of users now in chan: [number]

I can't find one in the archive who can do that :( or i'm searching with the wrong words :s
Now i'm using "chanlimit.tcl v1.5 (1 April 1999) by slennox", this one works great but shows only the chanlimit (+l [number]).

Can somebody help me please?
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

i dont think that can be done that msg you see come from the server.

its possible to at another line

Code: Select all

putserv "PRIVMSG $chan :Number of users now in chan: [llength [chanlist $chan]]"
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

when i was thinking things over maybe there is a way.
just trick the server by setting a +k
botnick sets mode: +lk [number] number of users now in chan: [number]
and let the key be the msg you want: Number of users now in chan: [number]
and then botnick sets mode: -k

did not test it if it works just thinking out loud :D
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

or you could unban non-existant bans (not supported by all servers) such as cookie op scripts


bot sets mode: +l-b 43 user!count@33

[/code]
photon?
Locked