How can i replace these lines to be:1.2.3.4
With the [lreplace] command?1*2*3*3
I'm the owner of the bot.(jag) .tcl putserv "PRIVMSG jag "
(Jagbot) What? You need '.help'
(jag) .chattr jag
(Jagbot) [18:07] #jag# chattr jag
(Jagbot) Global flags for jag are now +hjmnoptvx.
Code: Select all
[userlist #jag |A]
Code: Select all
foreach user [chanlist #jag |A] {
putlog "$user"
}
and it didn't work(jag) .chattr jag #jag
(KarishBot) [16:21] #jag# (#jag) chattr jag
(KarishBot) Channel flags for jagr on #jag are now +A.
Code: Select all
foreach user [userlist |v #jag] {