Send message to channel

These are old archives. They are kept for historic purposes only.
Post Reply
LinkServ
Posts: 5
Joined: Thu Feb 02, 2012 4:05 pm

Send message to channel

Post by LinkServ »

Hello,

I want to know how I can send a message to an specific channel, I've tested with "sendto_one" but doesn't work.

:(
dboyz
Posts: 68
Joined: Tue Jun 14, 2011 6:36 am

Re: Send message to channel

Post by dboyz »

Hi, based on unrealircd-4.0, these functions can be used (note that some of the functions listed might not be available in unrealircd-3.2):

sendto_channelprefix_butone
sendto_channel_butone
sendto_channel_butone_with_capability
sendto_channel_butserv_butone
sendto_common_channels
sendto_common_channels_local_butone
sendto_channel_butserv

You can either search for the function definition to understand these functions or you can contact the developers on IRC if you need some specific help.
Post Reply