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.

+j on Dalnet

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
S
Sydneybabe
Op
Posts: 106
Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines

+j on Dalnet

Post by Sydneybabe »

DALnet now supports +j on the new ircD bahamut 1.8.03
Anyone can make this kind of mode on tcl.. example Sydneybabe sets mode: +j 4:5 ...thanks. :)
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Eggdrop won't be able to see when +j is set and even [getchanmode] won't return the +j mode if it's set (it's not a supported mode by Eggdrop). However, you can use

Code: Select all

putserv "mode #channel +j 3:2"
for example which works like any other mode-change command.
S
Sydneybabe
Op
Posts: 106
Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines

Post by Sydneybabe »

thanks for the info Sir_Fz anyway is it possible that the mode +j can combine on the +l limit of tcl.. example is Sydneybabe sets mode: +lj 120 3:2 ? ...can you code for me a tcl like that Sir_Fz. thanks in advance :)
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Of course, it can be done the same way.

Code: Select all

putserv "mode #channel +lj 120 3:2"
Note that you can't use [pushmode] for setting +/-j (in case you intend to queue the mode).
Post Reply