View previous topic :: View next topic |
Author |
Message |
ethanmiles Voice
Joined: 22 Sep 2020 Posts: 2
|
Posted: Wed Feb 15, 2023 9:37 am Post subject: Problem with irccloud |
|
|
Hello everyone,
I'm coming back to you about irccloud before when I was doing examples .a uDc akill au .g it only takes my uid433550@ now it takes the entire ip of irccloud: something I have a lot of Users who uses Irccloud and its penalizes everyone.
Can someone please help me?
THANKS
Code: | Code:
if {[set chost [getchanhost $nick2 $c]] ne ""} {
switch -glob -- $chost {
{*.irccloud.com} - {*.mibbit.com} - {*.kiwiirc.com} - {*.5A29D2BF.IP} {
scan $chost {%[^@]} ident2
putnow "OS AKILL ADD +3 *[string trimleft $ident2@* "~"] $reason" |
|
|
Back to top |
|
 |
caesar Mint Rubber

Joined: 14 Oct 2001 Posts: 3767 Location: Mint Factory
|
Posted: Thu Feb 16, 2023 2:05 am Post subject: |
|
|
I fail to see what's wrong with the stuff you posted, so can you provide an example?
Replace the 'putnow' with 'putlog', rehash the bot and issue a command to see what's the output. _________________ Once the game is over, the king and the pawn go back in the same box. |
|
Back to top |
|
 |
CrazyCat Revered One

Joined: 13 Jan 2002 Posts: 1108 Location: France
|
|
Back to top |
|
 |
|