mIRC Home    About    Download    Register    News    Help

Print Thread
#272102 09/10/23 08:35 PM
Joined: Jun 2022
Posts: 12
M
mexico Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Jun 2022
Posts: 12
I would like to extract Telegram alone:
⌠03:14:27 PM⌡ > Telegram is logged in as Telegram

some code for it. thank you


Quote
⌠03:14:27 PM⌡ > Telegram is ~Telegram@189.92.92.3 * Telegram
⌠03:14:27 PM⌡ > Telegram on +#Telegram
⌠03:14:27 PM⌡ > Telegram using *.eerfdf.org Underworld
⌠03:14:27 PM⌡ > Telegram is away: Auto away at Fri Sep 22 04:40:57 2023 UTC
⌠03:14:27 PM⌡ > Telegram is logged in as Telegram
⌠03:14:27 PM⌡ > Telegram End of /WHOIS list.

Joined: Oct 2023
Posts: 16
Pikka bird
Offline
Pikka bird
Joined: Oct 2023
Posts: 16
You must use the RAW Event
RAW 330 is what you want.

Code
RAW 330:*:{
  haltdef
  echo 4 -a 7[6WHOIS INFO07]14 $1-
}

You can Stop all other Whois Informations by the RAW Event

Sample:
Code
RAW 311:*:{ haltdef }

You can see all RAW Events with this Sample Code

Code
RAW *:*:{
  if (!@raw) { window -n @raw }
  echo 4 @raw Numeric: $numeric
  echo 12 @raw Text: $1-


Best Regards from Germany
-=[atomic10]=-

Link Copied to Clipboard