About the global notice
-
- Posts: 11
About the global notice
I don't know about others but i do not like the global notice about #class and other channs.. it's enough all the so called 'helpers' you want more ?
#class and #opschool are official Undernet help channels (I'm pretty sure.) You will not be able to stop global notices advertising classes in these channels (without some scripting.)BlackSheeP wrote:I don't know about others but i do not like the global notice about #class and other channs.. it's enough all the so called 'helpers' you want more ?
If you use mIRC, you can use this: /ignore -n *!*@*
Note: This will ignore notices from anybody/everybody that sends you a notice. (That may not be a bad thing.)

If those that send these notices could use a static IP or userID or something, a simple script could be used to hide these notices. For example, if all notices came from *!class@* or *!opschool@* or even using the same nick every time, we could script out the notice entirely without preventing most other notices from being seen.
As these channels are generally used to educate newer users of Undernet, I can assure you that no action will be taken to facilitate the above. Instead, try to keep track of errors (spelling, grammar, etc.,) so we can at least hope to see an improvement in the content of these messages (assuming enough people send this info to those responsible.)
The bigger fish.
on $*:NOTICE:/(?:\x23class|\x23opschool)/i:*:{ halt }BlackSheeP wrote:I don't know about others but i do not like the global notice about #class and other channs.. it's enough all the so called 'helpers' you want more ?
add that to remote ( alt +r )
[url=irc://eu.undernet.org/uus][img]http://img380.imageshack.us/img380/1828/signaturejn6.gif[/img][/url]
-
- Posts: 11
thanks for your solution, Xaifas
it seems MrEen missed my point. I didn't said i'm against Official channels, i've just said i don't like the Global Notice. Undernet needs chat users, not wannabe users..

First forum post that made me laugh, cool one! #class and #opschool are made just for users that don`t know much about irc or/and undernet - to learn something about flood protection and etc etc. If you don`t like them, you already got assisted in that point. But again, if you already think you know so much, some people don`t - enjoy undernet
CService volunteer
Usernames operator
#Class Tutor
I`m Clubbin!
Usernames operator
#Class Tutor
I`m Clubbin!
-
- Posts: 11
ooh
finaly a #class 'tutor' is that something official or you are just a wannabe ?
I don't want to replay again and you'll start laughing..


I did not miss your point. Re-read the first line of my reply.BlackSheeP wrote:thanks for your solution, Xaifasit seems MrEen missed my point. I didn't said i'm against Official channels, i've just said i don't like the Global Notice. Undernet needs chat users, not wannabe users..
I will agree the rest of my reply had next to nothing to do with your original post.
MrEen
The bigger fish.
Added that; remotes are on; had to wait for Friday to find out it didn't work.Xaifas wrote:on $*:NOTICE:/(?:\x23class|\x23opschool)/i:*:{ halt }BlackSheeP wrote:I don't know about others but i do not like the global notice about #class and other channs.. it's enough all the so called 'helpers' you want more ?
add that to remote ( alt +r )
The bigger fish.
Well, I'm assuming a global notice would be coming from the server, so I'll give that a try.Xaifas wrote:Either u got another on notice event with same format, or the notice that its being recieved is from server then u need on $*:ONOTICE
The bigger fish.
This notice comes from an ircop with the command /notice $*.undernet.org <text>MrEen wrote:Well, I'm assuming a global notice would be coming from the server, so I'll give that a try.
its not a server notice or a ONOTICE like xaifas stated above.
its exactly like a/notice that someone sends you.
Maybe #Class could try to use the same nick for the global notices. (The bot or something)
Regards
xplorer
Go to hell with your questions, my time is done here. It was fun, but this network is sooooo corrupted by morons, its not worth it.
I find that last statement unlikely (I'm not saying you're wrong) as my attempts to script it into oblivion have failed using both a normal on notice as well as the line Xaifas gave, in both cases trying halt as well as haltdef. I'll add some echos to test what's happening before Friday to see what I can discover as well as turning on debug if I remember by then.Em3r1c4 wrote:
This notice comes from an ircop with the command /notice $*.undernet.org <text>
its not a server notice or a ONOTICE like xaifas stated above.
its exactly like a/notice that someone sends you.
Regards
xplorer
MrEen
The bigger fish.
you could use this remote script line in your mIRC's remotes.
this will make sure that if you recieve a notice with #CLASS in it, you will not see it.
The notices about #class changes from time to time..
If you want to add one for #opschool too just add a 2nd line
Ex:.
The code might look too simple, but i think that this way some people may understand it better then using Regex like The one Above..
Regards, xplorer.
Code: Select all
on ^*:NOTICE:*:*:{ if (#class isin $1-) { halt } }
The notices about #class changes from time to time..
If you want to add one for #opschool too just add a 2nd line
Ex:.
Code: Select all
on ^*:NOTICE:*:*:{ if (#class isin $1-) { halt } }
on ^*:NOTICE:*:*:{ if (#opschool isin $1-) { halt } }
Regards, xplorer.
Go to hell with your questions, my time is done here. It was fun, but this network is sooooo corrupted by morons, its not worth it.