I`m searching of a script (on eggdrop with IRCOp PRIVS) which can mass-notice users from specified user_class at the IRCD. For example I need to send mass-notice to all users (which are in class: users) and to do so by a command (exm: .msg notice class message)... did someone has something like that?
If so, please share it to me. Thanks very much in advance.
no need of a script, most servers support /notice $irc.server.com or /notice $$servermask, which sends to all users on the given server or set of matching servers
thank you very much demond, you save a lot of time for searching for me.
by the way (the ircd-version is hybrid www.ircd-hybrid.com)
Do the server has other such interesting commands as that ?
check out the contrib directory of ircd-hybrid distribution and you'll find other interesting commands (they are disabled and not compiled/installed by default, you'll need to run make install there)
I`ve seen ur post (if u remember) about the mass-notice messaging of all users from a server. I want to ask you, if there is a way I could message onconnect my users in the IRCD somehow with .tcl in my eggdrop? I`ll be very appreciate to you, if u can help me please?