Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121661 Details for
Bug 181528
net-irc/irssi numeric 379 handling with UnrealIRCd 3.2.2+
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch fixing this bug
irssi-0.8.11-whois-umode-handling.patch (text/plain), 1.60 KB, created by
Julien Porschen
on 2007-06-10 12:00:59 UTC
(
hide
)
Description:
patch fixing this bug
Filename:
MIME Type:
Creator:
Julien Porschen
Created:
2007-06-10 12:00:59 UTC
Size:
1.60 KB
patch
obsolete
>Index: src/fe-common/irc/fe-whois.c >=================================================================== >--- src/fe-common/irc/fe-whois.c (revision 3728) >+++ src/fe-common/irc/fe-whois.c (working copy) >@@ -342,7 +342,7 @@ static struct whois_event_table events[] > { 312, event_whois_server }, > { 326, event_whois_usermode326 }, > { 327, event_whois_realhost327 }, >- { 379, event_whois_modes }, >+ { 379, event_whois_usermode }, > { 378, event_whois_realhost }, > { 377, event_whois_usermode }, > { 317, event_whois_idle }, >@@ -380,7 +380,7 @@ void fe_whois_init(void) > signal_add("event 330", (SIGNAL_FUNC) event_whois_auth); > signal_add("event 377", (SIGNAL_FUNC) event_whois_usermode); > signal_add("event 378", (SIGNAL_FUNC) event_whois_realhost); >- signal_add("event 379", (SIGNAL_FUNC) event_whois_modes); >+ signal_add("event 379", (SIGNAL_FUNC) event_whois_usermode); > signal_add("event 327", (SIGNAL_FUNC) event_whois_realhost327); > signal_add("event 326", (SIGNAL_FUNC) event_whois_usermode326); > signal_add("whois away", (SIGNAL_FUNC) event_whois_away); >@@ -402,7 +402,7 @@ void fe_whois_deinit(void) > signal_remove("event 330", (SIGNAL_FUNC) event_whois_auth); > signal_remove("event 377", (SIGNAL_FUNC) event_whois_usermode); > signal_remove("event 378", (SIGNAL_FUNC) event_whois_realhost); >- signal_remove("event 379", (SIGNAL_FUNC) event_whois_modes); >+ signal_remove("event 379", (SIGNAL_FUNC) event_whois_usermode); > signal_remove("event 327", (SIGNAL_FUNC) event_whois_realhost327); > signal_remove("event 326", (SIGNAL_FUNC) event_whois_usermode326); > signal_remove("whois away", (SIGNAL_FUNC) event_whois_away);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181528
:
121655
|
121657
|
121658
|
121659
| 121661